ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilObjFolderDAV.php
Go to the documentation of this file.
1 <?php
2 
3 require_once 'Modules/Folder/classes/class.ilObjFolder.php';
4 
16 {
25  {
26  parent::__construct($a_obj, $repo_helper, $dav_helper);
27  }
28 
34  public function getChildCollectionType()
35  {
36  return 'fold';
37  }
38 }
Class ilObjFolder.
Class ilWebDAVRepositoryHelper.
__construct(ilObjFolder $a_obj, ilWebDAVRepositoryHelper $repo_helper, ilWebDAVObjDAVHelper $dav_helper)
Check if given object has valid type and calls parent constructor.
Class ilWebDAVObjDAVHelper.
Class ilObjFolderDAV.
getChildCollectionType()
All children of a folder will be also folders.
Class ilObjContainerDAV.
__construct(Container $dic, ilPlugin $plugin)