Home
last modified time | relevance | path

Searched refs:getType (Results 1 – 9 of 9) sorted by last modified time

/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/
H A Dparserutils.php580 $PARSER_MODES[$obj->getType()][] = "plugin_$p"; //register mode type
/dokuwiki/inc/Menu/
H A DAbstractMenu.php85 $class = ' class="' . $classprefix . $item->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()
202 public function getType() { global() function in dokuwiki\\Menu\\Item\\AbstractItem
/dokuwiki/lib/plugins/info/
H A Dsyntax.php18 public function getType()
16 public function getType() global() function in syntax_plugin_info
/dokuwiki/inc/Extension/
H A DSyntaxPlugin.php29 abstract public function getType();
30 abstract public function getType(); global() function in dokuwiki\\Extension\\SyntaxPlugin
/dokuwiki/inc/Form/
H A DElement.php39 public function getType() function in dokuwiki\\Form\\Element
H A DForm.php133 if ($this->elements[$pos]->getType() == $type) {
440 $type = $this->elements[$pos]->getType();
H A DLegacyForm.php171 $data['_elem'] = $this->legacyType($element->getType());