コード例 #1
0
ファイル: TControl.php プロジェクト: kingjerod/testify
 public function addChild(TControl $child)
 {
     $child->setParent($this);
     $this->children[] = $child;
 }