Example #1
0
File: Role.php Project: venne/venne
 /**
  * @param Role $child
  */
 public function removeChildren(Role $child)
 {
     $this->children->removeElement($child);
 }
Example #2
0
File: User.php Project: venne/venne
 public function removeRoleEntity(Role $role)
 {
     $this->roleEntities->removeElement($role);
 }