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