|
ILIAS
trunk Revision v12.0_alpha-1540-g00f839d5fa1
|
Virtual text file shown in every container that lists ILIAS objects which cannot be exposed via WebDAV (forbidden characters, duplicate titles, info-file name collisions). More...
Inheritance diagram for ILIAS\WebDAV\Entity\ProblemInfoFile:
Collaboration diagram for ILIAS\WebDAV\Entity\ProblemInfoFile:Public Member Functions | |
| hasProblems () | |
| getName () | |
| setName ($name) | |
| getLastModified () | |
| put ($data) | |
| get () | |
| getSize () | |
| getContentType () | |
| getETag () | |
| delete () | |
Data Fields | |
| const string | FILE_NAME = '#!_WEBDAV_INFORMATION.txt' |
Virtual text file shown in every container that lists ILIAS objects which cannot be exposed via WebDAV (forbidden characters, duplicate titles, info-file name collisions).
Read-only; cannot be written, renamed, deleted.
Definition at line 34 of file ProblemInfoFile.php.
| ILIAS\WebDAV\Entity\ProblemInfoFile::delete | ( | ) |
Definition at line 121 of file ProblemInfoFile.php.
| ILIAS\WebDAV\Entity\ProblemInfoFile::get | ( | ) |
Definition at line 75 of file ProblemInfoFile.php.
| ILIAS\WebDAV\Entity\ProblemInfoFile::getContentType | ( | ) |
Definition at line 111 of file ProblemInfoFile.php.
| ILIAS\WebDAV\Entity\ProblemInfoFile::getETag | ( | ) |
Definition at line 116 of file ProblemInfoFile.php.
| ILIAS\WebDAV\Entity\ProblemInfoFile::getLastModified | ( | ) |
Definition at line 65 of file ProblemInfoFile.php.
| ILIAS\WebDAV\Entity\ProblemInfoFile::getName | ( | ) |
Definition at line 55 of file ProblemInfoFile.php.
References ILIAS\WebDAV\Entity\ProblemInfoFile\FILE_NAME.
| ILIAS\WebDAV\Entity\ProblemInfoFile::getSize | ( | ) |
Definition at line 106 of file ProblemInfoFile.php.
| ILIAS\WebDAV\Entity\ProblemInfoFile::hasProblems | ( | ) |
Definition at line 48 of file ProblemInfoFile.php.
| ILIAS\WebDAV\Entity\ProblemInfoFile::put | ( | $data | ) |
Definition at line 70 of file ProblemInfoFile.php.
| ILIAS\WebDAV\Entity\ProblemInfoFile::setName | ( | $name | ) |
Definition at line 60 of file ProblemInfoFile.php.
| const string ILIAS\WebDAV\Entity\ProblemInfoFile::FILE_NAME = '#!_WEBDAV_INFORMATION.txt' |
Definition at line 36 of file ProblemInfoFile.php.
Referenced by ILIAS\WebDAV\Objects\TreeProxyRepository\analyseProblems(), ILIAS\WebDAV\Entity\Container\getChild(), and ILIAS\WebDAV\Entity\ProblemInfoFile\getName().