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