예제 #1
0
 /**
  * Remove child
  *
  * @param ImageInterface $child
  */
 public function removeChild(ImageInterface $child)
 {
     $child->setParent(null);
     $this->childs->removeElement($child);
 }