ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
class.ilObjCourseDAV.php
Go to the documentation of this file.
1<?php
2
3require_once 'Modules/Course/classes/class.ilObjCourse.php';
4
16{
25 {
27 }
28
34 public function getChildCollectionType()
35 {
36 return 'fold';
37 }
38}
An exception for terminatinating execution or to throw for unit testing.
Class ilObjContainerDAV.
Class ilObjCourseDAV.
__construct(ilObjCourse $a_obj, ilWebDAVRepositoryHelper $repo_helper, ilWebDAVObjDAVHelper $dav_helper)
Check if given object has valid type and calls parent constructor.
getChildCollectionType()
All children of a courses will be also folders.
Class ilObjCourse.
Class ilWebDAVObjDAVHelper.
Class ilWebDAVRepositoryHelper.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc