Home
last modified time | relevance | path

Searched refs:getBaseType (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/inc/Remote/OpenApiDoc/
H A DType.php37 public function getBaseType() function in dokuwiki\\Remote\\OpenApiDoc\\Type
78 return $this->getBaseType();
91 switch ($this->getBaseType()) {
139 $type = $this->getBaseType($this->typehint);
H A DOpenAPIGenerator.php364 $baseType = $type->getBaseType();
/dokuwiki/_test/tests/Remote/OpenApiDoc/
H A DDocBlockClassTest.php41 $this->assertEquals('string', $propertyType->getBaseType());