Home
last modified time | relevance | path

Searched refs:getType (Results 1 – 22 of 22) sorted by relevance

/dokuwiki/inc/Remote/OpenApiDoc/
H A DDocBlockProperty.php28 public function getType() function in dokuwiki\\Remote\\OpenApiDoc\\DocBlockProperty
40 $refType = $this->reflector->getType();
H A DDocBlockMethod.php64 $refType = $parameter->getType();
H A DOpenAPIGenerator.php372 $this->typeToSchema($propertyDoc->getType())
/dokuwiki/lib/plugins/config/_test/Setting/
H A DAbstractSettingTest.php67 $this->assertEquals('dokuwiki', $setting->getType());
70 $this->assertEquals('dokuwiki', $setting->getType());
73 $this->assertEquals('plugin', $setting->getType());
76 $this->assertEquals('template', $setting->getType());
/dokuwiki/_test/tests/Form/
H A DForm.php17 $list[] = $element->getType();
/dokuwiki/inc/Menu/Item/
H A DAbstractItem.php65 $this->type = $this->getType();
143 if ($classprefix !== false) $attr['class'] = $classprefix . $this->getType();
182 $this->getType(),
207 public function getType() function in dokuwiki\\Menu\\Item\\AbstractItem
/dokuwiki/lib/plugins/extension/_test/
H A DInstallerTest.php62 $this->assertEquals($expected[$base], $ext->getType(), 'extension type');
H A DExtensionTest.php26 $this->assertEquals('plugin', $extension->getType());
/dokuwiki/inc/Extension/
H A DSyntaxPlugin.php29 abstract public function getType(); function in dokuwiki\\Extension\\SyntaxPlugin
/dokuwiki/_test/tests/Remote/OpenApiDoc/
H A DDocBlockClassTest.php39 $propertyType = $property->getType();
/dokuwiki/lib/plugins/config/
H A Dadmin.php114 if ($first_plugin_fieldset && $setting->getType() == 'plugin') {
117 } elseif ($first_template_fieldset && $setting->getType() == 'template') {
235 $labels[$setting->getType()][] = $setting;
/dokuwiki/inc/Menu/
H A DAbstractMenu.php90 $class = ' class="' . $classprefix . $item->getType() . '"';
/dokuwiki/inc/Form/
H A DElement.php39 public function getType() function in dokuwiki\\Form\\Element
H A DLegacyForm.php171 $data['_elem'] = $this->legacyType($element->getType());
H A DForm.php133 if ($this->elements[$pos]->getType() == $type) {
440 $type = $this->elements[$pos]->getType();
/dokuwiki/lib/plugins/extension/
H A DExtensionApiResponse.php70 $this->type = $extension->getType();
H A DExtension.php186 public function getType() function in dokuwiki\\plugin\\extension\\Extension
237 return $this->getTag('name', PhpString::ucwords($this->getBase() . ' ' . $this->getType()));
H A DGuiExtension.php396 $classes = ['extension', $this->extension->getType()];
/dokuwiki/inc/Feed/
H A DFeedCreatorOptions.php147 public function getType() function in dokuwiki\\Feed\\FeedCreatorOptions
H A DFeedCreator.php66 return $this->feed->createFeed($this->options->getType());
/dokuwiki/lib/plugins/info/
H A Dsyntax.php18 public function getType() function in syntax_plugin_info
/dokuwiki/inc/
H A Dparserutils.php580 $PARSER_MODES[$obj->getType()][] = "plugin_$p"; //register mode type