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