Home
last modified time | relevance | path

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

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