/** * @inheritdoc */ public function init() { if (!DI::getCellParser()->isLoadedPk($this->cell)) { parent::init(); } $this->trigger(self::EVENT_INIT); }
/** * @inheritdoc */ public function init() { if (!DI::getCellParser()->isLoadedPk($this->cell)) { parent::init(); } }