ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
IProperties.php
Go to the documentation of this file.
1<?php
2
3namespace Sabre\DAV;
4
14interface IProperties extends INode {
15
28 function propPatch(PropPatch $propPatch);
29
45 function getProperties($properties);
46
47}
An exception for terminatinating execution or to throw for unit testing.
This class represents a set of properties that are going to be updated.
Definition: PropPatch.php:20
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
getProperties($properties)
Returns a list of properties for this nodes.
propPatch(PropPatch $propPatch)
Updates properties on this node.