Example #1
0
 /** Set up the index action
  * @access public
  * @return void
  */
 public function indexAction()
 {
     $this->view->rommints = $this->_mints->getRomanMintsList();
 }