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