ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilObjGroupDAV.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 ilObjGroupDAV.
__construct(ilObjGroup $a_obj, ilWebDAVRepositoryHelper $repo_helper, ilWebDAVObjDAVHelper $dav_helper)
Check if given object has valid type and calls parent constructor.
getChildCollectionType()
All children of a groups will be also folders.
Class ilWebDAVRepositoryHelper.
Class ilWebDAVObjDAVHelper.
Class ilObjContainerDAV.
__construct(Container $dic, ilPlugin $plugin)
Class ilObjGroup.