ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
BackendInterface.php
Go to the documentation of this file.
1<?php
2
4
7
19
37 function propFind($path, PropFind $propFind);
38
52 function propPatch($path, PropPatch $propPatch);
53
65 function delete($path);
66
79
80}
$path
Definition: aliased.php:25
$source
Definition: linkback.php:22
An exception for terminatinating execution or to throw for unit testing.
This class holds all the information about a PROPFIND request.
Definition: PropFind.php:11
This class represents a set of properties that are going to be updated.
Definition: PropPatch.php:20
propFind($path, PropFind $propFind)
Fetches properties for a path.
move($source, $destination)
This method is called after a successful MOVE.
propPatch($path, PropPatch $propPatch)
Updates properties for a path.
$destination