Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/extension/
H A DExtension.php12 public const TYPE_TEMPLATE = 'template'; define in dokuwiki\\plugin\\extension\\Extension
99 if ($type === null || $type === self::TYPE_TEMPLATE) {
107 $this->type = self::TYPE_TEMPLATE;
162 if ($this->type === self::TYPE_TEMPLATE) {
163 $id = self::TYPE_TEMPLATE . ':' . $this->base;