ILIAS  release_8 Revision v8.23
ilDAVContainerWithOverridenGetChildCollection Class Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

+ Inheritance diagram for ilDAVContainerWithOverridenGetChildCollection:
+ Collaboration diagram for ilDAVContainerWithOverridenGetChildCollection:

Public Member Functions

 setChildcollection (ilContainer $child_collection)
 
- Public Member Functions inherited from ilDAVContainer
 __construct (ilContainer $obj, ilObjUser $current_user, RequestInterface $request, ilWebDAVObjFactory $dav_factory, ilWebDAVRepositoryHelper $repository_helper)
 
 getName ()
 
 getChild ($name)
 
 getChildren ()
 
 childExists ($name)
 
 setName ($name)
 
 createFile ($name, $data=null)
 
 createDirectory ($name)
 
 delete ()
 
 getLastModified ()
 

Protected Member Functions

 getChildCollection ()
 
- Protected Member Functions inherited from ilDAVContainer
 getChildCollection ()
 

Protected Attributes

ilContainer $child_collection
 
- Protected Attributes inherited from ilDAVContainer
ilObjUser $current_user
 
ilObject $obj
 
RequestInterface $request
 
ilWebDAVObjFactory $dav_factory
 
ilWebDAVRepositoryHelper $repository_helper
 

Detailed Description

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning

Definition at line 21 of file webdav_overrides.php.

Member Function Documentation

◆ getChildCollection()

ilDAVContainerWithOverridenGetChildCollection::getChildCollection ( )
protected

Definition at line 30 of file webdav_overrides.php.

References $child_collection.

30  : ilContainer
31  {
33  }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...

◆ setChildcollection()

ilDAVContainerWithOverridenGetChildCollection::setChildcollection ( ilContainer  $child_collection)

Definition at line 25 of file webdav_overrides.php.

References $child_collection.

25  : void
26  {
27  $this->child_collection = $child_collection;
28  }

Field Documentation

◆ $child_collection

ilContainer ilDAVContainerWithOverridenGetChildCollection::$child_collection
protected

Definition at line 23 of file webdav_overrides.php.

Referenced by getChildCollection(), and setChildcollection().


The documentation for this class was generated from the following file: