ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
IExtendedCollection.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Sabre\DAV;
4 
15 interface IExtendedCollection extends ICollection {
16 
41  function createExtendedCollection($name, MkCol $mkCol);
42 
43 }
The IExtendedCollection interface.
The ICollection Interface.
Definition: ICollection.php:14
This class represents a MKCOL operation.
Definition: MkCol.php:23
createExtendedCollection($name, MkCol $mkCol)
Creates a new collection.