Ejemplo n.º 1
0
 /**
  * @param ObjectiveInterface $descendant
  */
 public function removeDescendant(ObjectiveInterface $descendant)
 {
     $this->descendants->removeElement($descendant);
 }