コード例 #1
0
ファイル: Attribute.php プロジェクト: arogachev/yii2-excel
 /**
  * @inheritdoc
  */
 public function init()
 {
     if (!DI::getCellParser()->isLoadedPk($this->cell)) {
         parent::init();
     }
     $this->trigger(self::EVENT_INIT);
 }
コード例 #2
0
ファイル: Attribute.php プロジェクト: Bladefidz/ocfa_yii
 /**
  * @inheritdoc
  */
 public function init()
 {
     if (!DI::getCellParser()->isLoadedPk($this->cell)) {
         parent::init();
     }
 }