Esempio n. 1
0
 /**
  * Prepare
  */
 protected function _pre()
 {
     parent::_pre();
     $this->entity();
 }
Esempio n. 2
0
 /**
  * PreParation
  * @return void
  */
 protected function _pre()
 {
     parent::_pre();
     $this->entity();
     $this->_tabs();
     $this->_elements();
 }