Ejemplo n.º 1
0
 /**
  * @inheritdoc
  */
 public function init()
 {
     if (!DI::getCellParser()->isLoadedPk($this->cell)) {
         parent::init();
     }
     $this->trigger(self::EVENT_INIT);
 }
Ejemplo n.º 2
0
 /**
  * @inheritdoc
  */
 public function init()
 {
     if (!DI::getCellParser()->isLoadedPk($this->cell)) {
         parent::init();
     }
 }