Home
last modified time | relevance | path

Searched refs:getShareAccess (Results 1 – 4 of 4) sorted by relevance

/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DSharedCalendar.php24 function getShareAccess() { function in Sabre\\CalDAV\\SharedCalendar
114 switch ($this->getShareAccess()) {
189 switch ($this->getShareAccess()) {
H A DSharingPlugin.php161 $shareAccess = $node->getShareAccess();
203 …if ($node->getShareAccess() === \Sabre\DAV\Sharing\Plugin::ACCESS_SHAREDOWNER || $node->getShareAc…
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sharing/
H A DISharedNode.php26 function getShareAccess(); function
H A DPlugin.php159 return new Property\ShareAccess($node->getShareAccess());