ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Public Member Functions | |
__construct (int $a_id=0, string $a_title="", string $a_uploaded_instructions="", string $a_processed_instructions="", string $a_language="", $a_creation_ts=0, $a_modification_ts=0, int $a_owner_usr_id=0, int $a_last_modified_usr_id=0, int $a_sorting=0) | |
getId () | |
getTitle () | |
getUploadedInstructions () | |
getProcessedInstructions () | |
getLanguage () | |
getCreationTs () | |
getModificationTs () | |
getOwnerUsrId () | |
getLastModificationUsrId () | |
getSorting () | |
withSorting ($a_sorting) | |
Private Attributes | |
$id | |
$title | |
$uploaded_instructions | |
$processed_instructions | |
$language | |
$creation_ts | |
$modification_ts | |
$owner_usr_id | |
$last_modified_usr_id | |
$sorting | |
Definition at line 4 of file class.ilWebDAVMountInstructionsDocument.php.
ilWebDAVMountInstructionsDocument::__construct | ( | int | $a_id = 0 , |
string | $a_title = "" , |
||
string | $a_uploaded_instructions = "" , |
||
string | $a_processed_instructions = "" , |
||
string | $a_language = "" , |
||
$a_creation_ts = 0 , |
|||
$a_modification_ts = 0 , |
|||
int | $a_owner_usr_id = 0 , |
||
int | $a_last_modified_usr_id = 0 , |
||
int | $a_sorting = 0 |
||
) |
Definition at line 36 of file class.ilWebDAVMountInstructionsDocument.php.
References language().
ilWebDAVMountInstructionsDocument::getCreationTs | ( | ) |
Definition at line 103 of file class.ilWebDAVMountInstructionsDocument.php.
References $creation_ts.
Referenced by ilWebDAVMountInstructionsRepositoryImpl\createMountInstructionsDocumentEntry(), ilWebDAVMountInstructionsDocumentFormGUI\getTranslatedError(), and ilWebDAVMountInstructionsRepositoryImpl\updateMountInstructions().
ilWebDAVMountInstructionsDocument::getId | ( | ) |
Definition at line 63 of file class.ilWebDAVMountInstructionsDocument.php.
References $id.
Referenced by ilWebDAVMountInstructionsRepositoryImpl\createMountInstructionsDocumentEntry(), ilWebDAVMountInstructionsUploadGUI\getDocumentForm(), ilWebDAVMountInstructionsDocumentFormGUI\getTranslatedError(), and ilWebDAVMountInstructionsRepositoryImpl\updateMountInstructions().
ilWebDAVMountInstructionsDocument::getLanguage | ( | ) |
Definition at line 95 of file class.ilWebDAVMountInstructionsDocument.php.
References $language.
Referenced by ilWebDAVMountInstructionsRepositoryImpl\createMountInstructionsDocumentEntry(), ilWebDAVMountInstructionsDocumentFormGUI\getTranslatedError(), and ilWebDAVMountInstructionsRepositoryImpl\updateMountInstructions().
ilWebDAVMountInstructionsDocument::getLastModificationUsrId | ( | ) |
Definition at line 127 of file class.ilWebDAVMountInstructionsDocument.php.
References $last_modified_usr_id.
Referenced by ilWebDAVMountInstructionsRepositoryImpl\createMountInstructionsDocumentEntry(), and ilWebDAVMountInstructionsRepositoryImpl\updateMountInstructions().
ilWebDAVMountInstructionsDocument::getModificationTs | ( | ) |
Definition at line 111 of file class.ilWebDAVMountInstructionsDocument.php.
References $modification_ts.
Referenced by ilWebDAVMountInstructionsRepositoryImpl\createMountInstructionsDocumentEntry(), and ilWebDAVMountInstructionsRepositoryImpl\updateMountInstructions().
ilWebDAVMountInstructionsDocument::getOwnerUsrId | ( | ) |
Definition at line 119 of file class.ilWebDAVMountInstructionsDocument.php.
References $owner_usr_id.
Referenced by ilWebDAVMountInstructionsRepositoryImpl\createMountInstructionsDocumentEntry(), ilWebDAVMountInstructionsDocumentFormGUI\getTranslatedError(), and ilWebDAVMountInstructionsRepositoryImpl\updateMountInstructions().
ilWebDAVMountInstructionsDocument::getProcessedInstructions | ( | ) |
Definition at line 87 of file class.ilWebDAVMountInstructionsDocument.php.
References $processed_instructions.
Referenced by ilWebDAVMountInstructionsRepositoryImpl\createMountInstructionsDocumentEntry().
ilWebDAVMountInstructionsDocument::getSorting | ( | ) |
Definition at line 135 of file class.ilWebDAVMountInstructionsDocument.php.
References $sorting.
Referenced by ilWebDAVMountInstructionsRepositoryImpl\createMountInstructionsDocumentEntry(), ilWebDAVMountInstructionsDocumentFormGUI\getTranslatedError(), and ilWebDAVMountInstructionsRepositoryImpl\updateMountInstructions().
ilWebDAVMountInstructionsDocument::getTitle | ( | ) |
Definition at line 71 of file class.ilWebDAVMountInstructionsDocument.php.
References $title.
Referenced by ilWebDAVMountInstructionsRepositoryImpl\createMountInstructionsDocumentEntry(), and ilWebDAVMountInstructionsRepositoryImpl\updateMountInstructions().
ilWebDAVMountInstructionsDocument::getUploadedInstructions | ( | ) |
Definition at line 79 of file class.ilWebDAVMountInstructionsDocument.php.
References $uploaded_instructions.
Referenced by ilWebDAVMountInstructionsRepositoryImpl\createMountInstructionsDocumentEntry().
ilWebDAVMountInstructionsDocument::withSorting | ( | $a_sorting | ) |
Definition at line 140 of file class.ilWebDAVMountInstructionsDocument.php.
|
private |
Definition at line 22 of file class.ilWebDAVMountInstructionsDocument.php.
Referenced by getCreationTs().
|
private |
Definition at line 7 of file class.ilWebDAVMountInstructionsDocument.php.
Referenced by getId().
|
private |
Definition at line 19 of file class.ilWebDAVMountInstructionsDocument.php.
Referenced by getLanguage().
|
private |
Definition at line 31 of file class.ilWebDAVMountInstructionsDocument.php.
Referenced by getLastModificationUsrId().
|
private |
Definition at line 25 of file class.ilWebDAVMountInstructionsDocument.php.
Referenced by getModificationTs().
|
private |
Definition at line 28 of file class.ilWebDAVMountInstructionsDocument.php.
Referenced by getOwnerUsrId().
|
private |
Definition at line 16 of file class.ilWebDAVMountInstructionsDocument.php.
Referenced by getProcessedInstructions().
|
private |
Definition at line 34 of file class.ilWebDAVMountInstructionsDocument.php.
Referenced by getSorting().
|
private |
Definition at line 10 of file class.ilWebDAVMountInstructionsDocument.php.
Referenced by getTitle().
|
private |
Definition at line 13 of file class.ilWebDAVMountInstructionsDocument.php.
Referenced by getUploadedInstructions().