|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for ilDAVContainer:
Collaboration diagram for ilDAVContainer:Public Member Functions | |
| __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 () | |
Definition at line 29 of file class.ilDAVContainer.php.
| ilDAVContainer::__construct | ( | protected ilObject | $obj, |
| protected ilObjUser | $current_user, | ||
| protected RequestInterface | $request, | ||
| protected ilWebDAVObjFactory | $dav_factory, | ||
| protected ilWebDAVRepositoryHelper | $repository_helper | ||
| ) |
Definition at line 36 of file class.ilDAVContainer.php.
| ilDAVContainer::childExists | ( | $name | ) |
Definition at line 80 of file class.ilDAVContainer.php.
Referenced by createFile().
Here is the caller graph for this function:| ilDAVContainer::createDirectory | ( | $name | ) |
Definition at line 153 of file class.ilDAVContainer.php.
References getChildCollection().
Here is the call graph for this function:| ilDAVContainer::createFile | ( | $name, | |
$data = null |
|||
| ) |
Definition at line 112 of file class.ilDAVContainer.php.
References $data, childExists(), ensureSuffix(), extractSuffixFromFilename(), getChild(), ilFileUtils\getPhpUploadSizeLimitInBytes(), and ILIAS\Repository\int().
Here is the call graph for this function:| ilDAVContainer::delete | ( | ) |
Definition at line 170 of file class.ilDAVContainer.php.
| ilDAVContainer::getChild | ( | $name | ) |
Definition at line 54 of file class.ilDAVContainer.php.
Referenced by createFile().
Here is the caller graph for this function:
|
protected |
Definition at line 180 of file class.ilDAVContainer.php.
Referenced by createDirectory().
Here is the caller graph for this function:| ilDAVContainer::getChildren | ( | ) |
Definition at line 67 of file class.ilDAVContainer.php.
| ilDAVContainer::getLastModified | ( | ) |
Definition at line 175 of file class.ilDAVContainer.php.
| ilDAVContainer::getName | ( | ) |
Definition at line 45 of file class.ilDAVContainer.php.
| ilDAVContainer::setName | ( | $name | ) |