Beispiel #1
0
 /**
  * @param Role $child
  */
 public function removeChildren(Role $child)
 {
     $this->children->removeElement($child);
 }
Beispiel #2
0
 public function removeRoleEntity(Role $role)
 {
     $this->roleEntities->removeElement($role);
 }