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