ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
IMultiGet.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Sabre\DAV;
4 
23 interface IMultiGet extends ICollection {
24 
34  function getMultipleChildren(array $paths);
35 
36 }
if($argc< 2) $paths
Definition: migrateto20.php:44
The ICollection Interface.
Definition: ICollection.php:14
getMultipleChildren(array $paths)
This method receives a list of paths in it&#39;s first argument.