ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ISharedNode.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Sabre\DAV\Sharing;
4 
6 
16 interface ISharedNode extends INode {
17 
26  function getShareAccess();
27 
39  function getShareResourceUri();
40 
49  function updateInvites(array $sharees);
50 
67  function getInvites();
68 
69 }
getShareResourceUri()
This function must return a URI that uniquely identifies the shared resource.
This interface represents a resource that has sharing capabilities, either because it&#39;s possible for ...
Definition: ISharedNode.php:16
getShareAccess()
Returns the &#39;access level&#39; for the instance of this shared resource.
The INode interface is the base interface, and the parent class of both ICollection and IFile...
Definition: INode.php:12
updateInvites(array $sharees)
Updates the list of sharees.
getInvites()
Returns the list of people whom this resource is shared with.