Home
last modified time | relevance | path

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

/template/notos/
H A DCustomController.php7 use dokuwiki\template\twigstarter\CustomControllerInterface; alias
13 class CustomController implements CustomControllerInterface
/template/twigstarter/
H A DCustomControllerInterface.php8 interface CustomControllerInterface interface
H A DTemplateController.php71 if (class_exists($classname) && is_a($classname, CustomControllerInterface::class, true)) {