| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 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 157 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, Vendor\Package\$f, childExists(), ensureSuffix(), extractSuffixFromFilename(), getChild(), ilFileUtils\getPhpUploadSizeLimitInBytes(), and ILIAS\Repository\int().
 Here is the call graph for this function:| ilDAVContainer::delete | ( | ) | 
Definition at line 174 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 184 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 179 of file class.ilDAVContainer.php.
| ilDAVContainer::getName | ( | ) | 
Definition at line 45 of file class.ilDAVContainer.php.
| ilDAVContainer::setName | ( | $name | ) |