Exemplo n.º 1
0
 /**
  * add a parent Role
  *
  * @param App_Acl_Role $role
  * @return App_Acl_Role $this
  */
 public function addParentRole(App_Acl_Role $role)
 {
     $this->parentRoles[$role->getRoleId()] = $role;
     return $this;
 }