ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
webdav_overrides.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
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
#[\Override]
31
protected
function
getChildCollection
():
ilContainer
32
{
33
return
$this->child_collection
;
34
}
35
}
ilDAVContainerWithOverridenGetChildCollection\$child_collection
ilContainer $child_collection
Definition:
webdav_overrides.php:23
ilDAVContainerWithOverridenGetChildCollection\getChildCollection
getChildCollection()
Definition:
webdav_overrides.php:31
ilDAVContainerWithOverridenGetChildCollection\setChildcollection
setChildcollection(ilContainer $child_collection)
Definition:
webdav_overrides.php:25
ilContainer
Class ilContainer.
Definition:
class.ilContainer.php:30
ilDAVContainerWithOverridenGetChildCollection
Definition:
webdav_overrides.php:21
ilDAVContainer
Definition:
class.ilDAVContainer.php:29
components
ILIAS
WebDAV
tests
webdav_overrides.php
Generated on Sun Aug 31 2025 23:04:21 for ILIAS by
1.8.13 (using
Doxyfile
)