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