コード例 #1
0
ファイル: Export.php プロジェクト: yariksav/yii2-actives
 function __construct($owner, $config = [])
 {
     $this->_exports = new ExportMgr($owner);
     parent::__construct($owner, $config);
 }
コード例 #2
0
ファイル: Filter.php プロジェクト: yariksav/yii2-actives
 function __construct($owner, $config = [])
 {
     $this->_controls = new ControlMgr($owner);
     parent::__construct($owner, $config);
     $this->_controls->model = $this->value;
 }