コード例 #1
0
ファイル: Column.php プロジェクト: yariksav/yii2-actives
 function __construct($owner, $config = [])
 {
     parent::__construct($config);
     $this->owner = $owner;
 }
コード例 #2
0
ファイル: Plugin.php プロジェクト: yariksav/yii2-actives
 function __construct($owner, $config = [])
 {
     $this->beforeInit();
     parent::__construct($config);
     $this->owner = $owner;
 }