コード例 #1
0
ファイル: Principal.php プロジェクト: pageer/sabre-dav
 /**
  * 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
  */
 function getGroupMemberSet()
 {
     return $this->principalBackend->getGroupMemberSet($this->principalProperties['uri']);
 }
コード例 #2
0
ファイル: ProxyWrite.php プロジェクト: BlaBlaNet/hubzilla
 /**
  * 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
  */
 function getGroupMemberSet()
 {
     return $this->principalBackend->getGroupMemberSet($this->getPrincipalUrl());
 }