Home
last modified time | relevance | path

Searched refs:getGroupMembership (Results 1 – 18 of 18) sorted by relevance

/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Principal/
H A DProxyRead.php144 function getGroupMembership() { function in Sabre\\CalDAV\\Principal\\ProxyRead
146 return $this->principalBackend->getGroupMembership($this->getPrincipalUrl());
H A DProxyWrite.php144 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 DProxyRead.php144 function getGroupMembership() { function in Sabre\\CalDAV\\Principal\\ProxyRead
146 return $this->principalBackend->getGroupMembership($this->getPrincipalUrl());
H A DProxyWrite.php144 function getGroupMembership() { function in Sabre\\CalDAV\\Principal\\ProxyWrite
146 return $this->principalBackend->getGroupMembership($this->getPrincipalUrl());
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DIPrincipal.php52 function getGroupMembership(); function
H A DPrincipal.php114 function getGroupMembership() { function in Sabre\\DAVACL\\Principal
H A DPlugin.php343 foreach ($node->getGroupMembership() as $groupMember) {
1027 $members = $node->getGroupMembership();
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DIPrincipal.php52 function getGroupMembership(); function
H A DPrincipal.php112 function getGroupMembership() { function in Sabre\\DAVACL\\Principal
H A DPlugin.php291 foreach ($node->getGroupMembership() as $groupMember) {
880 $members = $node->getGroupMembership();
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DBackendInterface.php128 function getGroupMembership($principal); function
H A DPDO.php356 function getGroupMembership($principal) { function in Sabre\\DAVACL\\PrincipalBackend\\PDO
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DBackendInterface.php128 function getGroupMembership($principal); function
H A DPDO.php311 function getGroupMembership($principal) { function in Sabre\\DAVACL\\PrincipalBackend\\PDO
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/
H A DProxyReadTest.php85 $this->assertEquals(array(), $i->getGroupMembership());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/
H A DMock.php105 function getGroupMembership($path) { function in Sabre\\DAVACL\\PrincipalBackend\\Mock
H A DAbstractPDOTest.php83 $this->assertEquals($expected,$backend->getGroupMembership('principals/user'));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPrincipalTest.php143 $this->assertEquals(array(),$principal->getGroupMembership());