Exemplo n.º 1
0
 public function addChild(TControl $child)
 {
     $child->setParent($this);
     $this->children[] = $child;
 }