Home
last modified time | relevance | path

Searched refs:getCurrentPrincipal (Results 1 – 6 of 6) sorted by relevance

/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/
H A DPlugin.php104 function getCurrentPrincipal() { function in Sabre\\DAV\\Auth\\Plugin
124 $this->getCurrentPrincipal()
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/
H A DPluginTest.php70 $this->assertEquals('principals/admin', $plugin->getCurrentPrincipal());
112 $this->assertEquals('principals/admin', $plugin->getCurrentPrincipal());
/plugin/webdav/vendor/sabre/dav/lib/DAV/Auth/
H A DPlugin.php117 function getCurrentPrincipal() { function in Sabre\\DAV\\Auth\\Plugin
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php236 return $authPlugin->getCurrentPrincipal();
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php244 return $authPlugin->getCurrentPrincipal();
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md500 `Sabre\DAV\Auth\Plugin::getCurrentPrincipal()` instead.