ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
class.ilObjCourseDAV.php
Go to the documentation of this file.
1
<?
php
2
13
class
ilObjCourseDAV
extends
ilObjContainerDAV
14
{
22
public
function
__construct
(
ilObjCourse
$a_obj,
ilWebDAVRepositoryHelper
$repo_helper
,
ilWebDAVObjDAVHelper
$dav_helper
)
23
{
24
parent::__construct
($a_obj,
$repo_helper
,
$dav_helper
);
25
}
26
32
public
function
getChildCollectionType
()
33
{
34
return
'fold'
;
35
}
36
}
php
An exception for terminatinating execution or to throw for unit testing.
ilObjContainerDAV
Class ilObjContainerDAV.
Definition:
class.ilObjContainerDAV.php:22
ilObjCourseDAV
Class ilObjCourseDAV.
Definition:
class.ilObjCourseDAV.php:14
ilObjCourseDAV\__construct
__construct(ilObjCourse $a_obj, ilWebDAVRepositoryHelper $repo_helper, ilWebDAVObjDAVHelper $dav_helper)
Check if given object has valid type and calls parent constructor.
Definition:
class.ilObjCourseDAV.php:22
ilObjCourseDAV\getChildCollectionType
getChildCollectionType()
All children of a courses will be also folders.
Definition:
class.ilObjCourseDAV.php:32
ilObjCourse
Class ilObjCourse.
Definition:
class.ilObjCourse.php:36
ilObjectDAV\$dav_helper
$dav_helper
Definition:
class.ilObjectDAV.php:30
ilObjectDAV\$repo_helper
$repo_helper
Definition:
class.ilObjectDAV.php:27
ilWebDAVObjDAVHelper
Class ilWebDAVObjDAVHelper.
Definition:
class.ilWebDAVObjDAVHelper.php:13
ilWebDAVRepositoryHelper
Class ilWebDAVRepositoryHelper.
Definition:
class.ilWebDAVRepositoryHelper.php:13
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc
Definition:
PluginProviderHelper.php:40
Services
WebDAV
classes
dav
class.ilObjCourseDAV.php
Generated on Fri Oct 3 2025 21:01:08 for ILIAS by
1.9.4 (using
Doxyfile
)