1 <?php declare(strict_types = 1);
111 $this->root_prg_id =
$id;
152 self::AUTO_ASSIGNED_BY_ROLE,
153 self::AUTO_ASSIGNED_BY_ORGU,
154 self::AUTO_ASSIGNED_BY_COURSE,
155 self::AUTO_ASSIGNED_BY_GROUP
157 $is_auto_assignment = in_array($assigned_by_id, $auto_assignment);
160 if (!$is_auto_assignment && ($exists && !$is_usr)) {
161 throw new ilException(
"ilStudyProgrammeAssignment::setLastChangeBy: '$assigned_by_id' " 162 .
"is neither a user's id nor a valid membership source.");
165 $this->last_change_by = $assigned_by_id;
176 return DateTime::createFromFormat(self::DATE_TIME_FORMAT, $this->last_change);
197 $this->last_change = $timestamp->format(self::DATE_TIME_FORMAT);
206 $this->restart_date = $date;
225 $this->restarted_asssignment_id =
$id;
const AUTO_ASSIGNED_BY_ROLE
getUserId()
Get the id of the user who is assigned.
static _exists($a_id, $a_reference=false, $a_type=null)
checks if an object exists in object_data
setRestartedAssignmentId(int $id)
Set the id of the assignment which was intiated due to expiring progress of this assignment.
getRestartedAssignmentId()
Get the id of the assignment which was intiated due to expiring progress of this assignment.
setLastChangeBy(int $assigned_by_id)
Set the id of the user who did the last change on this assignment.
$restarted_asssignment_id
setLastChange(DateTime $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_RESTARTED_ASSIGNMENT
updateLastChange()
Update the last change timestamp to the current time.
Class ilStudyProgrammeAssignment.
getRestartDate()
Get the date, at which the user is to be reassigned to the programme.
static _lookupType($a_id, $a_reference=false)
lookup object type
foreach($mandatory_scripts as $file) $timestamp
const AUTO_ASSIGNED_BY_COURSE
const AUTO_ASSIGNED_BY_ORGU
getLastChangeBy()
Get the id of the user who did the last change on this assignment.
getRootId()
Get the object id of the program the user was assigned to.
const AUTO_ASSIGNED_BY_GROUP
setRestartDate(DateTime $date=null)
Set the date, at which the user is to be reassigned to the programme.
getId()
Get the id of the assignment.