ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
class.ilObjGroupDAV.php
Go to the documentation of this file.
1
<?
php
2
3
require_once
'Modules/Group/classes/class.ilObjGroup.php'
;
4
15
class
ilObjGroupDAV
extends
ilObjContainerDAV
16
{
24
public
function
__construct
(
ilObjGroup
$a_obj,
ilWebDAVRepositoryHelper
$repo_helper
,
ilWebDAVObjDAVHelper
$dav_helper
)
25
{
26
parent::__construct
($a_obj,
$repo_helper
,
$dav_helper
);
27
}
28
34
public
function
getChildCollectionType
()
35
{
36
return
'fold'
;
37
}
38
}
php
An exception for terminatinating execution or to throw for unit testing.
ilObjContainerDAV
Class ilObjContainerDAV.
Definition:
class.ilObjContainerDAV.php:22
ilObjGroupDAV
Class ilObjGroupDAV.
Definition:
class.ilObjGroupDAV.php:16
ilObjGroupDAV\getChildCollectionType
getChildCollectionType()
All children of a groups will be also folders.
Definition:
class.ilObjGroupDAV.php:34
ilObjGroupDAV\__construct
__construct(ilObjGroup $a_obj, ilWebDAVRepositoryHelper $repo_helper, ilWebDAVObjDAVHelper $dav_helper)
Check if given object has valid type and calls parent constructor.
Definition:
class.ilObjGroupDAV.php:24
ilObjGroup
Class ilObjGroup.
Definition:
class.ilObjGroup.php:34
ilObjectDAV\$dav_helper
$dav_helper
Definition:
class.ilObjectDAV.php:29
ilObjectDAV\$repo_helper
$repo_helper
Definition:
class.ilObjectDAV.php:26
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:30
Services
WebDAV
classes
dav
class.ilObjGroupDAV.php
Generated on Sat Oct 4 2025 20:01:08 for ILIAS by
1.9.4 (using
Doxyfile
)