ILIAS  release_7 Revision v7.30-3-g800a261c036
class.ilObjCategoryDAV.php
Go to the documentation of this file.
1<?php
2
14{
23 {
25 }
26
32 public function getChildCollectionType()
33 {
34 return 'cat';
35 }
36}
An exception for terminatinating execution or to throw for unit testing.
Class ilObjCategoryDAV.
__construct(ilObjCategory $a_obj, ilWebDAVRepositoryHelper $repo_helper, ilWebDAVObjDAVHelper $dav_helper)
Check if given object has valid type and calls parent constructor.
getChildCollectionType()
All children of a category will be also categories.
Class ilObjCategory.
Class ilObjContainerDAV.
Class ilWebDAVObjDAVHelper.
Class ilWebDAVRepositoryHelper.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc