Beispiel #1
0
 function __construct($id)
 {
     parent::__construct($id);
     $this->dataset = new WactArrayIterator(array());
 }
Beispiel #2
0
 function testFindParentByChilld()
 {
     $component = new WactRuntimeComponent('TestParent');
     $component->addChild($this->component);
     $this->assertIsA($this->component->findParentByClass('WactRuntimeComponent'), 'WactRuntimeComponent');
 }
Beispiel #3
0
 function __construct($id)
 {
     parent::__construct($id);
     $this->datasource = array();
 }