コード例 #1
0
 /**
  * Called after the check that all required registry values
  * have been set correctly has run.
  *
  * @return void
  */
 public function afterRegistry()
 {
     parent::afterRegistry();
     $this->_fieldsDefinition = $this->tracker->createTrackClass('Engine\\FieldsDefinition', $this->_trackId);
 }
コード例 #2
0
 /**
  * Called after the check that all required registry values
  * have been set correctly has run.
  *
  * @return void
  */
 public function afterRegistry()
 {
     parent::afterRegistry();
     $this->_ensureTrackFields();
 }
コード例 #3
0
 /**
  * Called after the check that all required registry values
  * have been set correctly has run.
  *
  * @return void
  */
 public function afterRegistry()
 {
     parent::afterRegistry();
     $this->_pdf = $this->loader->getPdf();
     $this->escort = \GemsEscort::getInstance();
     $this->html = new \MUtil_Html_Sequence();
     // Do not know why, but for some reason menu is not loaded automatically.
     $this->menu = $this->loader->getMenu();
 }
コード例 #4
0
 /**
  * Called after the check that all required registry values
  * have been set correctly has run.
  *
  * @return void
  */
 public function afterRegistry()
 {
     parent::afterRegistry();
     $this->afterLoad();
 }
コード例 #5
0
 /**
  * Called after the check that all required registry values
  * have been set correctly has run.
  *
  * @return void
  */
 public function afterRegistry()
 {
     parent::afterRegistry();
     self::$emptyDropdownArray = array('' => $this->_('-'));
 }