parser = new DocParser($module); } public function tocAction() { // Temporary workaround list($html, $toc) = $this->parser->getDocumentation(); $this->view->toc = $toc; } /** * Display the application's documentation */ public function indexAction() { $this->populateView(); } } // @codingStandardsIgnoreEnd