| 
    ILIAS
    release_8 Revision v8.24
    
   | 
  
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 () | |
| getChildCollection () | |
Protected Attributes | |
| ilContainer | $child_collection | 
  Protected Attributes inherited from ilDAVContainer | |
| ilObjUser | $current_user | 
| ilObject | $obj | 
| RequestInterface | $request | 
| ilWebDAVObjFactory | $dav_factory | 
| ilWebDAVRepositoryHelper | $repository_helper | 
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.
      
  | 
  protected | 
Reimplemented from ilDAVContainer.
Definition at line 30 of file webdav_overrides.php.
References $child_collection.
| ilDAVContainerWithOverridenGetChildCollection::setChildcollection | ( | ilContainer | $child_collection | ) | 
Definition at line 25 of file webdav_overrides.php.
References $child_collection.
      
  | 
  protected | 
Definition at line 23 of file webdav_overrides.php.
Referenced by getChildCollection(), and setChildcollection().