ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
class.ilObjCategoryDAV.php
Go to the documentation of this file.
1 <?php
2 
3 require_once 'Modules/Category/classes/class.ilObjCategory.php';
4 
16 {
25  {
26  parent::__construct($a_obj, $repo_helper, $dav_helper);
27  }
28 
34  public function getChildCollectionType()
35  {
36  return 'cat';
37  }
38 }
getChildCollectionType()
All children of a category will be also categories.
Class ilWebDAVRepositoryHelper.
Class ilWebDAVObjDAVHelper.
Class ilObjCategoryDAV.
Class ilObjCategory.
Class ilObjContainerDAV.
__construct(ilObjCategory $a_obj, ilWebDAVRepositoryHelper $repo_helper, ilWebDAVObjDAVHelper $dav_helper)
Check if given object has valid type and calls parent constructor.