ILIAS  release_7 Revision v7.30-3-g800a261c036
class.ilObjFolderDAV.php
Go to the documentation of this file.
1<?php
2
14{
23 {
25 }
26
32 public function getChildCollectionType()
33 {
34 return 'fold';
35 }
36}
An exception for terminatinating execution or to throw for unit testing.
Class ilObjContainerDAV.
Class ilObjFolderDAV.
getChildCollectionType()
All children of a folder will be also folders.
__construct(ilObjFolder $a_obj, ilWebDAVRepositoryHelper $repo_helper, ilWebDAVObjDAVHelper $dav_helper)
Check if given object has valid type and calls parent constructor.
Class ilObjFolder.
Class ilWebDAVObjDAVHelper.
Class ilWebDAVRepositoryHelper.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc