39 string $a_uploaded_instructions =
"",
40 string $a_processed_instructions =
"",
41 string $a_language =
"",
43 $a_modification_ts = 0,
44 int $a_owner_usr_id = 0,
45 int $a_last_modified_usr_id = 0,
49 $this->title = $a_title;
50 $this->uploaded_instructions = $a_uploaded_instructions;
51 $this->processed_instructions = $a_processed_instructions;
53 $this->creation_ts = $a_creation_ts;
54 $this->modification_ts = $a_modification_ts;
55 $this->owner_usr_id = $a_owner_usr_id;
56 $this->last_modified_usr_id = $a_last_modified_usr_id;
57 $this->sorting = $a_sorting;
142 $clone = clone $this;
143 $clone->sorting = $a_sorting;
An exception for terminatinating execution or to throw for unit testing.
getProcessedInstructions()
__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)
getUploadedInstructions()
getLastModificationUsrId()