예제 #1
0
파일: Object.php 프로젝트: vgrish/dvelum
 protected function _loadConfig()
 {
     $this->_config = new Ext_Config(Ext::getPropertyClass(str_replace('Ext_', '', $this->getClass())));
 }
예제 #2
0
파일: ExtTest.php 프로젝트: vgrish/dvelum
 public function testGetPropertyClass()
 {
     $this->assertEquals(Ext::getPropertyClass('Grid'), 'Ext_Property_Grid');
     $this->assertEquals(Ext::getPropertyClass('Component_Field_System_Dictionary'), 'Ext_Property_Component_Field_System_Dictionary');
 }
예제 #3
0
파일: Instance.php 프로젝트: vgrish/dvelum
 protected function _loadConfig()
 {
     $this->_config = new Ext_Config(Ext::getPropertyClass('Instance'));
 }