Searched refs:CustomControllerInterface (Results 1 – 3 of 3) sorted by relevance
7 use dokuwiki\template\twigstarter\CustomControllerInterface; alias 13 class CustomController implements CustomControllerInterface
8 interface CustomControllerInterface interface
71 if (class_exists($classname) && is_a($classname, CustomControllerInterface::class, true)) {