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