19 declare(strict_types=1);
39 self::MODE_LP_COMPLETED
96 $this->obj_id = $a_id;
97 $this->type_settings = $type_settings;
98 $this->assessment_settings = $assessment_settings;
99 $this->deadline_settings = $deadline_settings;
100 $this->validity_of_qualification_settings = $validity_of_qualification_settings;
101 $this->automail_settings = $automail_settings;
114 $clone = clone $this;
124 return DateTime::createFromFormat(self::DATE_TIME_FORMAT, $this->last_change);
144 $this->last_change = $a_timestamp->format(self::DATE_TIME_FORMAT);
157 if (!in_array($a_mode, self::$MODES)) {
158 throw new ilException(
"ilStudyProgramme::setLPMode: No lp mode: " 161 $this->lp_mode = $a_mode;
178 return $this->type_settings;
183 $clone = clone $this;
184 $clone->type_settings = $type_settings;
190 return $this->assessment_settings;
196 $clone = clone $this;
197 $clone->assessment_settings = $assessment_settings;
198 $clone->updateLastChange();
204 return $this->deadline_settings;
210 $clone = clone $this;
211 $clone->deadline_settings = $deadline_settings;
217 return $this->validity_of_qualification_settings;
223 $clone = clone $this;
224 $clone->validity_of_qualification_settings = $validity_of_qualification_settings;
236 return $this->automail_settings;
242 $clone = clone $this;
243 $clone->automail_settings = $automail_settings;
withTypeSettings(ilStudyProgrammeTypeSettings $type_settings)
setLastChange(DateTime $a_timestamp)
Set the last change timestamp to the given time.
getLastChange()
Get the timestamp of the last change on this program or a sub program.
const NO_VALIDITY_OF_QUALIFICATION_PERIOD
string $last_change
Timestamp of the moment the last change was made on this object or any object in the subtree of the p...
withDeadlineSettings(ilStudyProgrammeDeadlineSettings $deadline_settings)
withValidityOfQualificationSettings(ilStudyProgrammeValidityOfAchievedQualificationSettings $validity_of_qualification_settings)
updateLastChange()
Update the last change timestamp to the current time.
setLPMode(int $a_mode)
Set the lp mode.
bool $access_ctrl_positions
Is the access control governed by positions?
__construct(int $a_id, protected ilStudyProgrammeTypeSettings $type_settings, protected ilStudyProgrammeAssessmentSettings $assessment_settings, protected ilStudyProgrammeDeadlineSettings $deadline_settings, protected ilStudyProgrammeValidityOfAchievedQualificationSettings $validity_of_qualification_settings, protected ilStudyProgrammeAutoMailSettings $automail_settings)
getValidityOfQualificationSettings()
int $lp_mode
Mode the calculation of the learning progress on this node is run in.
withAutoMailSettings(ilStudyProgrammeAutoMailSettings $automail_settings)
int $obj_id
Id of this study program and the corresponding ILIAS-object as well.
getObjId()
Get the id of the study program.
withAssessmentSettings(ilStudyProgrammeAssessmentSettings $assessment_settings)
getLPMode()
Get the lp mode.