ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
IPatchSupport.php
Go to the documentation of this file.
1 <?php
2 
4 
5 use Sabre\DAV;
6 
16 interface IPatchSupport extends DAV\IFile {
17 
45  function patch($data, $rangeType, $offset = null);
46 
47 }
This interface provides a way to modify only part of a target resource It may be used to update a fil...
This interface represents a file in the directory tree.
Definition: IFile.php:16
patch($data, $rangeType, $offset=null)
Updates the file based on a range specification.
$data
Definition: bench.php:6