/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Principal/ |
H A D | ProxyRead.php | 144 function getGroupMembership() { function in Sabre\\CalDAV\\Principal\\ProxyRead 146 return $this->principalBackend->getGroupMembership($this->getPrincipalUrl());
|
H A D | ProxyWrite.php | 144 function getGroupMembership() { function in Sabre\\CalDAV\\Principal\\ProxyWrite 146 return $this->principalBackend->getGroupMembership($this->getPrincipalUrl());
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Principal/ |
H A D | ProxyRead.php | 144 function getGroupMembership() { function in Sabre\\CalDAV\\Principal\\ProxyRead 146 return $this->principalBackend->getGroupMembership($this->getPrincipalUrl());
|
H A D | ProxyWrite.php | 144 function getGroupMembership() { function in Sabre\\CalDAV\\Principal\\ProxyWrite 146 return $this->principalBackend->getGroupMembership($this->getPrincipalUrl());
|
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/ |
H A D | IPrincipal.php | 52 function getGroupMembership(); function
|
H A D | Principal.php | 114 function getGroupMembership() { function in Sabre\\DAVACL\\Principal
|
H A D | Plugin.php | 343 foreach ($node->getGroupMembership() as $groupMember) { 1027 $members = $node->getGroupMembership();
|
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/ |
H A D | IPrincipal.php | 52 function getGroupMembership(); function
|
H A D | Principal.php | 112 function getGroupMembership() { function in Sabre\\DAVACL\\Principal
|
H A D | Plugin.php | 291 foreach ($node->getGroupMembership() as $groupMember) { 880 $members = $node->getGroupMembership();
|
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/ |
H A D | BackendInterface.php | 128 function getGroupMembership($principal); function
|
H A D | PDO.php | 356 function getGroupMembership($principal) { function in Sabre\\DAVACL\\PrincipalBackend\\PDO
|
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/ |
H A D | BackendInterface.php | 128 function getGroupMembership($principal); function
|
H A D | PDO.php | 311 function getGroupMembership($principal) { function in Sabre\\DAVACL\\PrincipalBackend\\PDO
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/ |
H A D | ProxyReadTest.php | 85 $this->assertEquals(array(), $i->getGroupMembership());
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/ |
H A D | Mock.php | 105 function getGroupMembership($path) { function in Sabre\\DAVACL\\PrincipalBackend\\Mock
|
H A D | AbstractPDOTest.php | 83 $this->assertEquals($expected,$backend->getGroupMembership('principals/user'));
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/ |
H A D | PrincipalTest.php | 143 $this->assertEquals(array(),$principal->getGroupMembership());
|