コード例 #1
0
ファイル: Window.php プロジェクト: jean-pasqualini/ia
 public function add(Window $child)
 {
     $this->childs[] = $child;
     $child->setParent($this->getWindow());
     $this->setChanged(true);
 }