Home
last modified time | relevance | path

Searched refs:getCurrentUserPrincipals (Results 1 – 3 of 3) sorted by relevance

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DSimplePluginTest.php138 $this->assertEquals(array(),$acl->getCurrentUserPrincipals());
162 $this->assertEquals(array('principals/admin'),$acl->getCurrentUserPrincipals());
196 $this->assertEquals($expected,$acl->getCurrentUserPrincipals());
199 $this->assertEquals($expected,$acl->getCurrentUserPrincipals());
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php247 function getCurrentUserPrincipals() { function in Sabre\\DAVACL\\Plugin
511 $principals = $this->getCurrentUserPrincipals();
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php255 function getCurrentUserPrincipals() { function in Sabre\\DAVACL\\Plugin
1266 $currentPrincipals = $this->getCurrentUserPrincipals();