示例#1
0
文件: Grid.php 项目: vgrish/dvelum
 public function __construct()
 {
     parent::__construct();
     $this->_columns = new Tree();
 }
示例#2
0
文件: Virtual.php 项目: vgrish/dvelum
 public function __construct($class)
 {
     $this->_class = ucfirst($class);
     parent::__construct();
 }