ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
IProperties.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Sabre\DAV;
4 
14 interface IProperties extends INode {
15 
28  function propPatch(PropPatch $propPatch);
29 
45  function getProperties($properties);
46 
47 }
This class represents a set of properties that are going to be updated.
Definition: PropPatch.php:20
propPatch(PropPatch $propPatch)
Updates properties on this node.
getProperties($properties)
Returns a list of properties for this nodes.
The INode interface is the base interface, and the parent class of both ICollection and IFile...
Definition: INode.php:12
IProperties interface.
Definition: IProperties.php:14