/** Set up the index of help topics * @access public * @return void */ public function indexAction() { $this->view->contents = $this->_help->getContentAdmin($this->getParam('page')); }