예제 #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();
 }