예제 #1
0
 public function add(Window $child)
 {
     $this->childs[] = $child;
     $child->setParent($this->getWindow());
     $this->setChanged(true);
 }