コード例 #1
0
ファイル: TreeView.php プロジェクト: yariksav/yii2-actives
 function __construct($config = [])
 {
     //  $this->_columns = new ColumnMgr($this);
     parent::__construct($config);
 }
コード例 #2
0
ファイル: Grid.php プロジェクト: yariksav/yii2-actives
 protected function renderOptions()
 {
     parent::renderOptions();
     $this->response->columns = $this->_columns->build();
 }