|
ILIAS
trunk Revision v12.0_alpha-1540-g00f839d5fa1
|
Collaboration diagram for ILIAS\WebDAV\Mount\Document:Public Member Functions | |
| __construct (private int $id=0, private string $title='', private string $uploaded_instructions='', private string $processed_instructions='', private string $language='', private string $creation_ts='', private string $modification_ts='', private int $owner_usr_id=0, private int $last_modified_usr_id=0, private int $sorting=0) | |
| getId () | |
| getTitle () | |
| getUploadedInstructions () | |
| getProcessedInstructions () | |
| getLanguage () | |
| getCreationTs () | |
| getModificationTs () | |
| getOwnerUsrId () | |
| getLastModificationUsrId () | |
| getSorting () | |
Definition at line 23 of file Document.php.
| ILIAS\WebDAV\Mount\Document::__construct | ( | private int | $id = 0, |
| private string | $title = '', |
||
| private string | $uploaded_instructions = '', |
||
| private string | $processed_instructions = '', |
||
| private string | $language = '', |
||
| private string | $creation_ts = '', |
||
| private string | $modification_ts = '', |
||
| private int | $owner_usr_id = 0, |
||
| private int | $last_modified_usr_id = 0, |
||
| private int | $sorting = 0 |
||
| ) |
Definition at line 25 of file Document.php.
| ILIAS\WebDAV\Mount\Document::getCreationTs | ( | ) |
Definition at line 64 of file Document.php.
Referenced by ILIAS\WebDAV\Mount\DocumentFormGUI\createFilledObject(), ILIAS\WebDAV\Mount\RepositoryDB\createMountInstructionsDocumentEntry(), and ILIAS\WebDAV\Mount\RepositoryDB\updateMountInstructions().
Here is the caller graph for this function:| ILIAS\WebDAV\Mount\Document::getId | ( | ) |
Definition at line 39 of file Document.php.
References $id.
Referenced by ILIAS\WebDAV\Mount\DocumentFormGUI\createFilledObject(), ILIAS\WebDAV\Mount\RepositoryDB\createMountInstructionsDocumentEntry(), ILIAS\WebDAV\Mount\UploadGUI\getDocumentForm(), and ILIAS\WebDAV\Mount\RepositoryDB\updateMountInstructions().
Here is the caller graph for this function:| ILIAS\WebDAV\Mount\Document::getLanguage | ( | ) |
Definition at line 59 of file Document.php.
Referenced by ILIAS\WebDAV\Mount\DocumentFormGUI\createFilledObject(), ILIAS\WebDAV\Mount\RepositoryDB\createMountInstructionsDocumentEntry(), and ILIAS\WebDAV\Mount\RepositoryDB\updateMountInstructions().
Here is the caller graph for this function:| ILIAS\WebDAV\Mount\Document::getLastModificationUsrId | ( | ) |
Definition at line 79 of file Document.php.
Referenced by ILIAS\WebDAV\Mount\RepositoryDB\createMountInstructionsDocumentEntry(), and ILIAS\WebDAV\Mount\RepositoryDB\updateMountInstructions().
Here is the caller graph for this function:| ILIAS\WebDAV\Mount\Document::getModificationTs | ( | ) |
Definition at line 69 of file Document.php.
Referenced by ILIAS\WebDAV\Mount\RepositoryDB\createMountInstructionsDocumentEntry(), and ILIAS\WebDAV\Mount\RepositoryDB\updateMountInstructions().
Here is the caller graph for this function:| ILIAS\WebDAV\Mount\Document::getOwnerUsrId | ( | ) |
Definition at line 74 of file Document.php.
Referenced by ILIAS\WebDAV\Mount\DocumentFormGUI\createFilledObject(), ILIAS\WebDAV\Mount\RepositoryDB\createMountInstructionsDocumentEntry(), and ILIAS\WebDAV\Mount\RepositoryDB\updateMountInstructions().
Here is the caller graph for this function:| ILIAS\WebDAV\Mount\Document::getProcessedInstructions | ( | ) |
Definition at line 54 of file Document.php.
Referenced by ILIAS\WebDAV\Mount\RepositoryDB\createMountInstructionsDocumentEntry().
Here is the caller graph for this function:| ILIAS\WebDAV\Mount\Document::getSorting | ( | ) |
Definition at line 84 of file Document.php.
Referenced by ILIAS\WebDAV\Mount\DocumentFormGUI\createFilledObject(), ILIAS\WebDAV\Mount\RepositoryDB\createMountInstructionsDocumentEntry(), and ILIAS\WebDAV\Mount\RepositoryDB\updateMountInstructions().
Here is the caller graph for this function:| ILIAS\WebDAV\Mount\Document::getTitle | ( | ) |
Definition at line 44 of file Document.php.
Referenced by ILIAS\WebDAV\Mount\RepositoryDB\createMountInstructionsDocumentEntry(), and ILIAS\WebDAV\Mount\RepositoryDB\updateMountInstructions().
Here is the caller graph for this function:| ILIAS\WebDAV\Mount\Document::getUploadedInstructions | ( | ) |
Definition at line 49 of file Document.php.
Referenced by ILIAS\WebDAV\Mount\RepositoryDB\createMountInstructionsDocumentEntry().
Here is the caller graph for this function: