Searched refs:getSubType (Results 1 – 3 of 3) sorted by relevance
97 while ($type = $type->getSubType()) {
115 public function getSubType() function in dokuwiki\\Remote\\OpenApiDoc\\Type
357 if ($schema['type'] === 'array' && $type->getSubType()) {358 $schema['items'] = $this->typeToSchema($type->getSubType());