3 declare(strict_types=1);
37 string $a_uploaded_instructions =
"",
38 string $a_processed_instructions =
"",
39 string $a_language =
"",
40 string $a_creation_ts =
'',
41 string $a_modification_ts =
'',
42 int $a_owner_usr_id = 0,
43 int $a_last_modified_usr_id = 0,
47 $this->title = $a_title;
48 $this->uploaded_instructions = $a_uploaded_instructions;
49 $this->processed_instructions = $a_processed_instructions;
51 $this->creation_ts = $a_creation_ts;
52 $this->modification_ts = $a_modification_ts;
53 $this->owner_usr_id = $a_owner_usr_id;
54 $this->last_modified_usr_id = $a_last_modified_usr_id;
55 $this->sorting = $a_sorting;
getUploadedInstructions()
__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)
int $last_modified_usr_id
getProcessedInstructions()
string $uploaded_instructions
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getLastModificationUsrId()
string $processed_instructions