/** * {@inheritDoc} */ public function removeChild(\Application\Entity\Role $children) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeChild', array($children)); return parent::removeChild($children); }