| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Inheritance diagram for ilDAVProblemInfoFile:
 Collaboration diagram for ilDAVProblemInfoFile:Public Member Functions | |
| __construct (protected int $container_ref_id, protected ilWebDAVRepositoryHelper $repo_helper, protected ilWebDAVObjFactory $dav_object_factory, protected ilLanguage $language) | |
| put ($data) | |
| get () | |
| getName () | |
| getContentType () | |
| getETag () | |
| getSize () | |
| setName ($a_name) | |
| delete () | |
| getLastModified () | |
Data Fields | |
| const | PROBLEM_INFO_FILE_NAME = '#!_WEBDAV_INFORMATION.txt' | 
| const | PROBLEM_DUPLICATE_OBJECTNAME = 'duplicate' | 
| const | PROBLEM_FORBIDDEN_CHARACTERS = 'forbidden_characters' | 
| const | PROBLEM_INFO_NAME_DUPLICATE = 'info_name_duplicate' | 
Protected Member Functions | |
| analyseObjectsOfDAVContainer () | |
| createMessageStringFromProblemInfoArray (array $problem_infos) | |
Definition at line 25 of file class.ilDAVProblemInfoFile.php.
| ilDAVProblemInfoFile::__construct | ( | protected int | $container_ref_id, | 
| protected ilWebDAVRepositoryHelper | $repo_helper, | ||
| protected ilWebDAVObjFactory | $dav_object_factory, | ||
| protected ilLanguage | $language | ||
| ) | 
Definition at line 33 of file class.ilDAVProblemInfoFile.php.
      
  | 
  protected | 
Definition at line 80 of file class.ilDAVProblemInfoFile.php.
References Vendor\Package\$e, $ref_id, and ilWebDAVNotDavableException\OBJECT_TITLE_NOT_DAVABLE.
Referenced by get().
 Here is the caller graph for this function:
      
  | 
  protected | 
| array[] | $problem_infos | 
Definition at line 118 of file class.ilDAVProblemInfoFile.php.
References ILIAS\UI\examples\Symbol\Glyph\Language\language().
Referenced by get().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilDAVProblemInfoFile::delete | ( | ) | 
Definition at line 151 of file class.ilDAVProblemInfoFile.php.
| ilDAVProblemInfoFile::get | ( | ) | 
Definition at line 46 of file class.ilDAVProblemInfoFile.php.
References analyseObjectsOfDAVContainer(), and createMessageStringFromProblemInfoArray().
 Here is the call graph for this function:| ilDAVProblemInfoFile::getContentType | ( | ) | 
Definition at line 57 of file class.ilDAVProblemInfoFile.php.
| ilDAVProblemInfoFile::getETag | ( | ) | 
Definition at line 62 of file class.ilDAVProblemInfoFile.php.
| ilDAVProblemInfoFile::getLastModified | ( | ) | 
Definition at line 156 of file class.ilDAVProblemInfoFile.php.
| ilDAVProblemInfoFile::getName | ( | ) | 
Definition at line 52 of file class.ilDAVProblemInfoFile.php.
| ilDAVProblemInfoFile::getSize | ( | ) | 
Definition at line 67 of file class.ilDAVProblemInfoFile.php.
| ilDAVProblemInfoFile::put | ( | $data | ) | 
Definition at line 41 of file class.ilDAVProblemInfoFile.php.
| ilDAVProblemInfoFile::setName | ( | $a_name | ) | 
Definition at line 72 of file class.ilDAVProblemInfoFile.php.
| const ilDAVProblemInfoFile::PROBLEM_DUPLICATE_OBJECTNAME = 'duplicate' | 
Definition at line 29 of file class.ilDAVProblemInfoFile.php.
| const ilDAVProblemInfoFile::PROBLEM_FORBIDDEN_CHARACTERS = 'forbidden_characters' | 
Definition at line 30 of file class.ilDAVProblemInfoFile.php.
| const ilDAVProblemInfoFile::PROBLEM_INFO_FILE_NAME = '#!_WEBDAV_INFORMATION.txt' | 
Definition at line 27 of file class.ilDAVProblemInfoFile.php.
| const ilDAVProblemInfoFile::PROBLEM_INFO_NAME_DUPLICATE = 'info_name_duplicate' | 
Definition at line 31 of file class.ilDAVProblemInfoFile.php.