ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilObjFolderDAV.php
Go to the documentation of this file.
1 <?php
2 
14 {
23  {
24  parent::__construct($a_obj, $repo_helper, $dav_helper);
25  }
26 
32  public function getChildCollectionType()
33  {
34  return 'fold';
35  }
36 }
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)