ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
IACL.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Sabre\DAVACL;
4 
5 use Sabre\DAV;
6 
16 interface IACL extends DAV\INode {
17 
25  function getOwner();
26 
34  function getGroup();
35 
48  function getACL();
49 
58  function setACL(array $acl);
59 
72  function getSupportedPrivilegeSet();
73 
74 }
setACL(array $acl)
Updates the ACL.
getOwner()
Returns the owner principal.
getACL()
Returns a list of ACE&#39;s for this node.
getSupportedPrivilegeSet()
Returns the list of supported privileges for this node.
ACL-enabled node.
Definition: IACL.php:16
The INode interface is the base interface, and the parent class of both ICollection and IFile...
Definition: INode.php:12
getGroup()
Returns a group principal.