/** Set up the index page
  * @access public
  * @return void
  */
 public function indexAction()
 {
     $this->view->moneyers = $this->_moneyers->getValidMoneyers($this->getAllParams());
 }