ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (int $a_id=0, string $a_title="", string $a_uploaded_instructions="", string $a_processed_instructions="", string $a_language="", string $a_creation_ts='', string $a_modification_ts='', 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 () | |
Private Attributes | |
int | $id |
string | $title |
string | $uploaded_instructions |
string | $processed_instructions |
string | $language |
string | $creation_ts |
string | $modification_ts |
int | $owner_usr_id |
int | $last_modified_usr_id |
int | $sorting |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
Definition at line 21 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 = "" , |
||
string | $a_creation_ts = '' , |
||
string | $a_modification_ts = '' , |
||
int | $a_owner_usr_id = 0 , |
||
int | $a_last_modified_usr_id = 0 , |
||
int | $a_sorting = 0 |
||
) |
Definition at line 34 of file class.ilWebDAVMountInstructionsDocument.php.
References ILIAS\UI\examples\Symbol\Glyph\Language\language().
ilWebDAVMountInstructionsDocument::getCreationTs | ( | ) |
Definition at line 83 of file class.ilWebDAVMountInstructionsDocument.php.
References $creation_ts.
Referenced by ilWebDAVMountInstructionsDocumentFormGUI\createFilledObject(), ilWebDAVMountInstructionsRepositoryImpl\createMountInstructionsDocumentEntry(), and ilWebDAVMountInstructionsRepositoryImpl\updateMountInstructions().
ilWebDAVMountInstructionsDocument::getId | ( | ) |
Definition at line 58 of file class.ilWebDAVMountInstructionsDocument.php.
References $id.
Referenced by ilWebDAVMountInstructionsDocumentFormGUI\createFilledObject(), ilWebDAVMountInstructionsRepositoryImpl\createMountInstructionsDocumentEntry(), ilWebDAVMountInstructionsUploadGUI\getDocumentForm(), and ilWebDAVMountInstructionsRepositoryImpl\updateMountInstructions().
ilWebDAVMountInstructionsDocument::getLanguage | ( | ) |
Definition at line 78 of file class.ilWebDAVMountInstructionsDocument.php.
References $language.
Referenced by ilWebDAVMountInstructionsDocumentFormGUI\createFilledObject(), ilWebDAVMountInstructionsRepositoryImpl\createMountInstructionsDocumentEntry(), and ilWebDAVMountInstructionsRepositoryImpl\updateMountInstructions().
ilWebDAVMountInstructionsDocument::getLastModificationUsrId | ( | ) |
Definition at line 98 of file class.ilWebDAVMountInstructionsDocument.php.
References $last_modified_usr_id.
Referenced by ilWebDAVMountInstructionsRepositoryImpl\createMountInstructionsDocumentEntry(), and ilWebDAVMountInstructionsRepositoryImpl\updateMountInstructions().
ilWebDAVMountInstructionsDocument::getModificationTs | ( | ) |
Definition at line 88 of file class.ilWebDAVMountInstructionsDocument.php.
References $modification_ts.
Referenced by ilWebDAVMountInstructionsRepositoryImpl\createMountInstructionsDocumentEntry(), and ilWebDAVMountInstructionsRepositoryImpl\updateMountInstructions().
ilWebDAVMountInstructionsDocument::getOwnerUsrId | ( | ) |
Definition at line 93 of file class.ilWebDAVMountInstructionsDocument.php.
References $owner_usr_id.
Referenced by ilWebDAVMountInstructionsDocumentFormGUI\createFilledObject(), ilWebDAVMountInstructionsRepositoryImpl\createMountInstructionsDocumentEntry(), and ilWebDAVMountInstructionsRepositoryImpl\updateMountInstructions().
ilWebDAVMountInstructionsDocument::getProcessedInstructions | ( | ) |
Definition at line 73 of file class.ilWebDAVMountInstructionsDocument.php.
References $processed_instructions.
Referenced by ilWebDAVMountInstructionsRepositoryImpl\createMountInstructionsDocumentEntry().
ilWebDAVMountInstructionsDocument::getSorting | ( | ) |
Definition at line 103 of file class.ilWebDAVMountInstructionsDocument.php.
References $sorting.
Referenced by ilWebDAVMountInstructionsDocumentFormGUI\createFilledObject(), ilWebDAVMountInstructionsRepositoryImpl\createMountInstructionsDocumentEntry(), and ilWebDAVMountInstructionsRepositoryImpl\updateMountInstructions().
ilWebDAVMountInstructionsDocument::getTitle | ( | ) |
Definition at line 63 of file class.ilWebDAVMountInstructionsDocument.php.
References $title.
Referenced by ilWebDAVMountInstructionsRepositoryImpl\createMountInstructionsDocumentEntry(), and ilWebDAVMountInstructionsRepositoryImpl\updateMountInstructions().
ilWebDAVMountInstructionsDocument::getUploadedInstructions | ( | ) |
Definition at line 68 of file class.ilWebDAVMountInstructionsDocument.php.
References $uploaded_instructions.
Referenced by ilWebDAVMountInstructionsRepositoryImpl\createMountInstructionsDocumentEntry().
|
private |
Definition at line 28 of file class.ilWebDAVMountInstructionsDocument.php.
Referenced by getCreationTs().
|
private |
Definition at line 23 of file class.ilWebDAVMountInstructionsDocument.php.
Referenced by getId().
|
private |
Definition at line 27 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 29 of file class.ilWebDAVMountInstructionsDocument.php.
Referenced by getModificationTs().
|
private |
Definition at line 30 of file class.ilWebDAVMountInstructionsDocument.php.
Referenced by getOwnerUsrId().
|
private |
Definition at line 26 of file class.ilWebDAVMountInstructionsDocument.php.
Referenced by getProcessedInstructions().
|
private |
Definition at line 32 of file class.ilWebDAVMountInstructionsDocument.php.
Referenced by getSorting().
|
private |
Definition at line 24 of file class.ilWebDAVMountInstructionsDocument.php.
Referenced by getTitle().
|
private |
Definition at line 25 of file class.ilWebDAVMountInstructionsDocument.php.
Referenced by getUploadedInstructions().