ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
webdav_overrides.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
21
class
ilDAVContainerWithOverridenGetChildCollection
extends
ilDAVContainer
22
{
23
protected
ilContainer
$child_collection
;
24
25
public
function
setChildcollection
(
ilContainer
$child_collection): void
26
{
27
$this->child_collection =
$child_collection
;
28
}
29
30
protected
function
getChildCollection
():
ilContainer
31
{
32
return
$this->child_collection
;
33
}
34
}
ilDAVContainerWithOverridenGetChildCollection\$child_collection
ilContainer $child_collection
Definition:
webdav_overrides.php:23
ilDAVContainerWithOverridenGetChildCollection\getChildCollection
getChildCollection()
Definition:
webdav_overrides.php:30
ilDAVContainerWithOverridenGetChildCollection\setChildcollection
setChildcollection(ilContainer $child_collection)
Definition:
webdav_overrides.php:25
ilContainer
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilContainer.php:26
ilDAVContainerWithOverridenGetChildCollection
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
webdav_overrides.php:21
ilDAVContainer
Definition:
class.ilDAVContainer.php:29
Services
WebDAV
test
webdav_overrides.php
Generated on Wed Sep 3 2025 22:02:48 for ILIAS by
1.8.13 (using
Doxyfile
)