ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
ilDAVContainerWithOverridenGetChildCollection Class Reference
+ Inheritance diagram for ilDAVContainerWithOverridenGetChildCollection:
+ Collaboration diagram for ilDAVContainerWithOverridenGetChildCollection:

Public Member Functions

 setChildcollection (ilContainer $child_collection)
 
- Public Member Functions inherited from ilDAVContainer
 __construct (protected ilObject $obj, protected ilObjUser $current_user, protected RequestInterface $request, protected ilWebDAVObjFactory $dav_factory, protected 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
 

Detailed Description

Definition at line 21 of file webdav_overrides.php.

Member Function Documentation

◆ getChildCollection()

ilDAVContainerWithOverridenGetChildCollection::getChildCollection ( )
protected

Definition at line 31 of file webdav_overrides.php.

References $child_collection.

31  : ilContainer
32  {
34  }
Class ilContainer.

◆ 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: