ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
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 21 of file class.ilWebDAVMountInstructionsDocument.php.
ilWebDAVMountInstructionsDocument::__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 23 of file class.ilWebDAVMountInstructionsDocument.php.
ilWebDAVMountInstructionsDocument::getCreationTs | ( | ) |
Definition at line 62 of file class.ilWebDAVMountInstructionsDocument.php.
Referenced by ilWebDAVMountInstructionsDocumentFormGUI\createFilledObject(), ilWebDAVMountInstructionsRepositoryImpl\createMountInstructionsDocumentEntry(), and ilWebDAVMountInstructionsRepositoryImpl\updateMountInstructions().
ilWebDAVMountInstructionsDocument::getId | ( | ) |
Definition at line 37 of file class.ilWebDAVMountInstructionsDocument.php.
References $id.
Referenced by ilWebDAVMountInstructionsDocumentFormGUI\createFilledObject(), ilWebDAVMountInstructionsRepositoryImpl\createMountInstructionsDocumentEntry(), ilWebDAVMountInstructionsUploadGUI\getDocumentForm(), and ilWebDAVMountInstructionsRepositoryImpl\updateMountInstructions().
ilWebDAVMountInstructionsDocument::getLanguage | ( | ) |
Definition at line 57 of file class.ilWebDAVMountInstructionsDocument.php.
Referenced by ilWebDAVMountInstructionsDocumentFormGUI\createFilledObject(), ilWebDAVMountInstructionsRepositoryImpl\createMountInstructionsDocumentEntry(), and ilWebDAVMountInstructionsRepositoryImpl\updateMountInstructions().
ilWebDAVMountInstructionsDocument::getLastModificationUsrId | ( | ) |
Definition at line 77 of file class.ilWebDAVMountInstructionsDocument.php.
Referenced by ilWebDAVMountInstructionsRepositoryImpl\createMountInstructionsDocumentEntry(), and ilWebDAVMountInstructionsRepositoryImpl\updateMountInstructions().
ilWebDAVMountInstructionsDocument::getModificationTs | ( | ) |
Definition at line 67 of file class.ilWebDAVMountInstructionsDocument.php.
Referenced by ilWebDAVMountInstructionsRepositoryImpl\createMountInstructionsDocumentEntry(), and ilWebDAVMountInstructionsRepositoryImpl\updateMountInstructions().
ilWebDAVMountInstructionsDocument::getOwnerUsrId | ( | ) |
Definition at line 72 of file class.ilWebDAVMountInstructionsDocument.php.
Referenced by ilWebDAVMountInstructionsDocumentFormGUI\createFilledObject(), ilWebDAVMountInstructionsRepositoryImpl\createMountInstructionsDocumentEntry(), and ilWebDAVMountInstructionsRepositoryImpl\updateMountInstructions().
ilWebDAVMountInstructionsDocument::getProcessedInstructions | ( | ) |
Definition at line 52 of file class.ilWebDAVMountInstructionsDocument.php.
Referenced by ilWebDAVMountInstructionsRepositoryImpl\createMountInstructionsDocumentEntry().
ilWebDAVMountInstructionsDocument::getSorting | ( | ) |
Definition at line 82 of file class.ilWebDAVMountInstructionsDocument.php.
Referenced by ilWebDAVMountInstructionsDocumentFormGUI\createFilledObject(), ilWebDAVMountInstructionsRepositoryImpl\createMountInstructionsDocumentEntry(), and ilWebDAVMountInstructionsRepositoryImpl\updateMountInstructions().
ilWebDAVMountInstructionsDocument::getTitle | ( | ) |
Definition at line 42 of file class.ilWebDAVMountInstructionsDocument.php.
Referenced by ilWebDAVMountInstructionsRepositoryImpl\createMountInstructionsDocumentEntry(), and ilWebDAVMountInstructionsRepositoryImpl\updateMountInstructions().
ilWebDAVMountInstructionsDocument::getUploadedInstructions | ( | ) |
Definition at line 47 of file class.ilWebDAVMountInstructionsDocument.php.
Referenced by ilWebDAVMountInstructionsRepositoryImpl\createMountInstructionsDocumentEntry().