/**
  * Initializes and configures controller.
  * @throws Application_Exception
  */
 public function init()
 {
     $this->_enrichmentKeys = new Admin_Model_EnrichmentKeys();
     $this->setVerifyModelIdIsNumeric(false);
     $this->setShowActionEnabled(false);
     $this->setFormClass('Admin_Form_EnrichmentKey');
     parent::init();
 }
 /**
  * Konfiguriere Formularklasse für den Controller.
  */
 public function init()
 {
     $this->setFormClass('Admin_Form_Series');
     $this->setFunctionNameForGettingModels('getAllSortedBySortKey');
     parent::init();
 }
Beispiel #3
0
 /**
  * Initialisiert den Controller.
  *
  * Setzt die Formularklasse fuer Lizenzen.
  */
 public function init()
 {
     $this->setFormClass('Admin_Form_Licence');
     parent::init();
 }
 public function init()
 {
     $this->setFormClass('Admin_Form_DnbInstitute');
     parent::init();
 }