示例#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
 protected function _loadConfig()
 {
     $this->_config = new Ext_Config(Ext::getPropertyClass('Instance'));
 }