Ejemplo n.º 1
0
 /**
  * Returns the list of groups this principal is member of
  *
  * If this principal is a member of a (list of) groups, this function
  * should return a list of principal uri's for it's members.
  *
  * @return array
  */
 public function getGroupMembership()
 {
     return $this->principalBackend->getGroupMembership($this->getPrincipalUrl());
 }