Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/extension/_test/
H A DInstallerTest.php60 $base = $ext->getBase();
H A DExtensionTest.php27 $this->assertEquals('extension', $extension->getBase());
/dokuwiki/lib/plugins/extension/
H A DExtensionApiResponse.php72 $this->base = $extension->getBase();
H A DExtension.php176 public function getBase() function in dokuwiki\\plugin\\extension\\Extension
237 return $this->getTag('name', PhpString::ucwords($this->getBase() . ' ' . $this->getType()));
H A DGuiExtension.php29 $html .= '<span class="id" title="' . hsc($this->extension->getBase()) . '">' .
30 hsc($this->extension->getBase()) . '</span>';
H A DInstaller.php237 if (!$plugin_controller->enable($extension->getBase())) {
262 if (!$plugin_controller->disable($extension->getBase())) {