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