Esempio n. 1
0
 private function _finishChild(Leaf $child)
 {
     if ($child->getParent() !== $this) {
         $child->setParent($this);
     }
 }