Searched refs:TemplateController (Results 1 – 9 of 9) sorted by relevance
3 use dokuwiki\template\twigstarter\TemplateController; alias5 $TemplateController = new TemplateController(basename(__FILE__, '.php')); variable6 $TemplateController->render();
12 * @param TemplateController $tpl The main template controller14 public function __construct(TemplateController $tpl);
17 class TemplateController class
8 use dokuwiki\template\twigstarter\TemplateController; alias18 public function __construct(TemplateController $tpl)
17 $templateController = new \dokuwiki\template\twigstarter\TemplateController('main');