|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilDAVContainer:
Collaboration diagram for ilDAVContainer:Public Member Functions | |
| __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 Attributes | |
| ilObjUser | $current_user |
| ilObject | $obj |
| RequestInterface | $request |
| ilWebDAVObjFactory | $dav_factory |
| ilWebDAVRepositoryHelper | $repository_helper |
Definition at line 29 of file class.ilDAVContainer.php.
| ilDAVContainer::__construct | ( | ilContainer | $obj, |
| ilObjUser | $current_user, | ||
| RequestInterface | $request, | ||
| ilWebDAVObjFactory | $dav_factory, | ||
| ilWebDAVRepositoryHelper | $repository_helper | ||
| ) |
Definition at line 41 of file class.ilDAVContainer.php.
References $current_user, $dav_factory, $obj, $repository_helper, and $request.
| ilDAVContainer::childExists | ( | $name | ) |
Definition at line 90 of file class.ilDAVContainer.php.
References $name.
Referenced by createFile().
Here is the caller graph for this function:| ilDAVContainer::createDirectory | ( | $name | ) |
Definition at line 158 of file class.ilDAVContainer.php.
References Vendor\Package\$e, $name, and getChildCollection().
Here is the call graph for this function:| ilDAVContainer::createFile | ( | $name, | |
$data = null |
|||
| ) |
Definition at line 122 of file class.ilDAVContainer.php.
References $data, Vendor\Package\$e, $name, childExists(), getChild(), and ilFileUtils\getUploadSizeLimitBytes().
Here is the call graph for this function:| ilDAVContainer::delete | ( | ) |
Definition at line 175 of file class.ilDAVContainer.php.
| ilDAVContainer::getChild | ( | $name | ) |
Definition at line 64 of file class.ilDAVContainer.php.
References $name.
Referenced by createFile().
Here is the caller graph for this function:
|
protected |
Reimplemented in ilDAVContainerWithOverridenGetChildCollection.
Definition at line 185 of file class.ilDAVContainer.php.
Referenced by createDirectory().
Here is the caller graph for this function:| ilDAVContainer::getChildren | ( | ) |
Definition at line 77 of file class.ilDAVContainer.php.
| ilDAVContainer::getLastModified | ( | ) |
Definition at line 180 of file class.ilDAVContainer.php.
| ilDAVContainer::getName | ( | ) |
Definition at line 55 of file class.ilDAVContainer.php.
| ilDAVContainer::setName | ( | $name | ) |
Definition at line 104 of file class.ilDAVContainer.php.
References $name.
|
protected |
Definition at line 35 of file class.ilDAVContainer.php.
Referenced by __construct().
|
protected |
Definition at line 38 of file class.ilDAVContainer.php.
Referenced by __construct().
|
protected |
Definition at line 36 of file class.ilDAVContainer.php.
Referenced by __construct().
|
protected |
Definition at line 39 of file class.ilDAVContainer.php.
Referenced by __construct().
|
protected |
Definition at line 37 of file class.ilDAVContainer.php.
Referenced by __construct().