ILIAS
trunk Revision v11.0_alpha-1753-gb21ca8c4367
|
ilStudyProgrammeUserTable provides a flattened list of progresses at a programme-node. More...
Public Member Functions | |
__construct (protected int $ass_id, protected int $usr_id, protected int $node_obj_id, protected bool $is_root_progress, protected ilPRGUserInformation $user_information) | |
getId () | |
getAssignmentId () | |
getUsrId () | |
getNodeId () | |
isRootProgress () | |
getUserInformation () | |
getUserData (string $field_id) | |
withUserActiveRaw (bool $active_raw) | |
isUserActiveRaw () | |
withUserActive (string $active) | |
getUserActive () | |
withFirstname (string $firstname) | |
getFirstname () | |
withLastname (string $lastname) | |
getLastname () | |
getName () | |
withLogin (string $login) | |
getLogin () | |
withOrgUs (string $orgus) | |
getOrgUs () | |
withGender (string $gender) | |
getGender () | |
withStatus (string $status) | |
getStatus () | |
withStatusRaw (int $status_raw) | |
getStatusRaw () | |
withCompletionDate (string $completion_date) | |
getCompletionDate () | |
withCompletionBy (string $completion_by) | |
getCompletionBy () | |
withCompletionByObjIds (?array $obj_ids) | |
getCompletionByObjIds () | |
withPointsReachable (string $points_reachable) | |
getPointsReachable () | |
withPointsRequired (string $points_required) | |
getPointsRequired () | |
withPointsCurrent (string $points_current) | |
getPointsCurrent () | |
withCustomPlan (string $custom_plan) | |
getCustomPlan () | |
withBelongsTo (string $belongs_to) | |
getBelongsTo () | |
withAssignmentDate (string $assign_date) | |
getAssignmentDate () | |
withAssignmentBy (string $assigned_by) | |
getAssignmentBy () | |
withDeadline (string $deadline) | |
getDeadline () | |
withExpiryDate (string $expiry_date) | |
getExpiryDate () | |
withValidity (string $validity) | |
getValidity () | |
withRestartDate (string $restart_date) | |
getRestartDate () | |
withNodeLifecycleStatus (int $lifecycle_status) | |
getNodeLifecycleStatus () | |
toArray () | |
Protected Attributes | |
PRGProgressId | $id |
int | $status_raw |
bool | $active_raw |
ilUserDefinedData | $udf |
string | $active |
string | $firstname |
string | $lastname |
string | $login |
string | $orgus |
string | $gender |
string | $status |
string | $completion_date |
array | $completion_by_obj_ids |
string | $completion_by |
string | $points_reachable |
string | $points_required |
string | $points_current |
string | $custom_plan |
string | $belongs_to |
string | $assign_date |
string | $assigned_by |
string | $deadline |
string | $expiry_date |
string | $validity |
string | $restart_date |
int | $lifecycle_status |
ilStudyProgrammeUserTable provides a flattened list of progresses at a programme-node.
Definition at line 24 of file ilStudyProgrammeUserTableRow.php.
ilStudyProgrammeUserTableRow::__construct | ( | protected int | $ass_id, |
protected int | $usr_id, | ||
protected int | $node_obj_id, | ||
protected bool | $is_root_progress, | ||
protected ilPRGUserInformation | $user_information | ||
) |
Definition at line 58 of file ilStudyProgrammeUserTableRow.php.
ilStudyProgrammeUserTableRow::getAssignmentBy | ( | ) |
Definition at line 309 of file ilStudyProgrammeUserTableRow.php.
References $assigned_by.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getAssignmentDate | ( | ) |
Definition at line 298 of file ilStudyProgrammeUserTableRow.php.
References $assign_date.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getAssignmentId | ( | ) |
ilStudyProgrammeUserTableRow::getBelongsTo | ( | ) |
Definition at line 287 of file ilStudyProgrammeUserTableRow.php.
References $belongs_to.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getCompletionBy | ( | ) |
Definition at line 217 of file ilStudyProgrammeUserTableRow.php.
References $completion_by.
Referenced by toArray(), and ilStudyProgrammeUserTable\toRow().
ilStudyProgrammeUserTableRow::getCompletionByObjIds | ( | ) |
Definition at line 235 of file ilStudyProgrammeUserTableRow.php.
References $completion_by_obj_ids.
ilStudyProgrammeUserTableRow::getCompletionDate | ( | ) |
Definition at line 206 of file ilStudyProgrammeUserTableRow.php.
References $completion_date.
Referenced by toArray(), and ilStudyProgrammeUserTable\toRow().
ilStudyProgrammeUserTableRow::getCustomPlan | ( | ) |
Definition at line 276 of file ilStudyProgrammeUserTableRow.php.
References $custom_plan.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getDeadline | ( | ) |
Definition at line 320 of file ilStudyProgrammeUserTableRow.php.
References $deadline.
Referenced by toArray(), and ilStudyProgrammeUserTable\toRow().
ilStudyProgrammeUserTableRow::getExpiryDate | ( | ) |
Definition at line 331 of file ilStudyProgrammeUserTableRow.php.
References $expiry_date.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getFirstname | ( | ) |
Definition at line 125 of file ilStudyProgrammeUserTableRow.php.
References $firstname.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getGender | ( | ) |
Definition at line 174 of file ilStudyProgrammeUserTableRow.php.
References $gender.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getId | ( | ) |
Definition at line 68 of file ilStudyProgrammeUserTableRow.php.
References $id.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getLastname | ( | ) |
Definition at line 136 of file ilStudyProgrammeUserTableRow.php.
References $lastname.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getLogin | ( | ) |
Definition at line 152 of file ilStudyProgrammeUserTableRow.php.
References $login.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getName | ( | ) |
Definition at line 141 of file ilStudyProgrammeUserTableRow.php.
References $firstname.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getNodeId | ( | ) |
Definition at line 80 of file ilStudyProgrammeUserTableRow.php.
ilStudyProgrammeUserTableRow::getNodeLifecycleStatus | ( | ) |
Definition at line 368 of file ilStudyProgrammeUserTableRow.php.
References $lifecycle_status.
ilStudyProgrammeUserTableRow::getOrgUs | ( | ) |
Definition at line 163 of file ilStudyProgrammeUserTableRow.php.
References $orgus.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getPointsCurrent | ( | ) |
Definition at line 266 of file ilStudyProgrammeUserTableRow.php.
References $points_current.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getPointsReachable | ( | ) |
Definition at line 246 of file ilStudyProgrammeUserTableRow.php.
References $points_reachable.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getPointsRequired | ( | ) |
Definition at line 256 of file ilStudyProgrammeUserTableRow.php.
References $points_required.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getRestartDate | ( | ) |
Definition at line 353 of file ilStudyProgrammeUserTableRow.php.
References $restart_date.
ilStudyProgrammeUserTableRow::getStatus | ( | ) |
Definition at line 185 of file ilStudyProgrammeUserTableRow.php.
References $status.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getStatusRaw | ( | ) |
Definition at line 195 of file ilStudyProgrammeUserTableRow.php.
References $status_raw.
ilStudyProgrammeUserTableRow::getUserActive | ( | ) |
Definition at line 114 of file ilStudyProgrammeUserTableRow.php.
References $active.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getUserData | ( | string | $field_id | ) |
Definition at line 93 of file ilStudyProgrammeUserTableRow.php.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getUserInformation | ( | ) |
Definition at line 89 of file ilStudyProgrammeUserTableRow.php.
ilStudyProgrammeUserTableRow::getUsrId | ( | ) |
Definition at line 76 of file ilStudyProgrammeUserTableRow.php.
ilStudyProgrammeUserTableRow::getValidity | ( | ) |
Definition at line 342 of file ilStudyProgrammeUserTableRow.php.
References $validity.
Referenced by toArray().
ilStudyProgrammeUserTableRow::isRootProgress | ( | ) |
Definition at line 84 of file ilStudyProgrammeUserTableRow.php.
ilStudyProgrammeUserTableRow::isUserActiveRaw | ( | ) |
Definition at line 104 of file ilStudyProgrammeUserTableRow.php.
References $active_raw.
Referenced by toArray().
ilStudyProgrammeUserTableRow::toArray | ( | ) |
Definition at line 373 of file ilStudyProgrammeUserTableRow.php.
References getAssignmentBy(), getAssignmentDate(), getBelongsTo(), getCompletionBy(), getCompletionDate(), getCustomPlan(), getDeadline(), getExpiryDate(), getFirstname(), getGender(), getId(), getLastname(), getLogin(), getName(), getOrgUs(), getPointsCurrent(), getPointsReachable(), getPointsRequired(), getStatus(), getUserActive(), getUserData(), getValidity(), and isUserActiveRaw().
Referenced by ilStudyProgrammeUserTable\postOrder().
ilStudyProgrammeUserTableRow::withAssignmentBy | ( | string | $assigned_by | ) |
Definition at line 303 of file ilStudyProgrammeUserTableRow.php.
References $assigned_by.
ilStudyProgrammeUserTableRow::withAssignmentDate | ( | string | $assign_date | ) |
Definition at line 292 of file ilStudyProgrammeUserTableRow.php.
References $assign_date.
ilStudyProgrammeUserTableRow::withBelongsTo | ( | string | $belongs_to | ) |
Definition at line 281 of file ilStudyProgrammeUserTableRow.php.
References $belongs_to.
ilStudyProgrammeUserTableRow::withCompletionBy | ( | string | $completion_by | ) |
Definition at line 211 of file ilStudyProgrammeUserTableRow.php.
References $completion_by.
ilStudyProgrammeUserTableRow::withCompletionByObjIds | ( | ?array | $obj_ids | ) |
?int[] | $ob_ids |
Definition at line 225 of file ilStudyProgrammeUserTableRow.php.
ilStudyProgrammeUserTableRow::withCompletionDate | ( | string | $completion_date | ) |
Definition at line 200 of file ilStudyProgrammeUserTableRow.php.
References $completion_date.
ilStudyProgrammeUserTableRow::withCustomPlan | ( | string | $custom_plan | ) |
Definition at line 270 of file ilStudyProgrammeUserTableRow.php.
References $custom_plan.
ilStudyProgrammeUserTableRow::withDeadline | ( | string | $deadline | ) |
Definition at line 314 of file ilStudyProgrammeUserTableRow.php.
References $deadline.
ilStudyProgrammeUserTableRow::withExpiryDate | ( | string | $expiry_date | ) |
Definition at line 325 of file ilStudyProgrammeUserTableRow.php.
References $expiry_date.
ilStudyProgrammeUserTableRow::withFirstname | ( | string | $firstname | ) |
Definition at line 119 of file ilStudyProgrammeUserTableRow.php.
References $firstname.
ilStudyProgrammeUserTableRow::withGender | ( | string | $gender | ) |
ilStudyProgrammeUserTableRow::withLastname | ( | string | $lastname | ) |
Definition at line 130 of file ilStudyProgrammeUserTableRow.php.
References $lastname.
ilStudyProgrammeUserTableRow::withLogin | ( | string | $login | ) |
ilStudyProgrammeUserTableRow::withNodeLifecycleStatus | ( | int | $lifecycle_status | ) |
Definition at line 358 of file ilStudyProgrammeUserTableRow.php.
References $lifecycle_status, and ilStudyProgrammeAssessmentSettings\$STATUS.
ilStudyProgrammeUserTableRow::withOrgUs | ( | string | $orgus | ) |
ilStudyProgrammeUserTableRow::withPointsCurrent | ( | string | $points_current | ) |
Definition at line 260 of file ilStudyProgrammeUserTableRow.php.
References $points_current.
ilStudyProgrammeUserTableRow::withPointsReachable | ( | string | $points_reachable | ) |
Definition at line 240 of file ilStudyProgrammeUserTableRow.php.
References $points_reachable.
ilStudyProgrammeUserTableRow::withPointsRequired | ( | string | $points_required | ) |
Definition at line 250 of file ilStudyProgrammeUserTableRow.php.
References $points_required.
ilStudyProgrammeUserTableRow::withRestartDate | ( | string | $restart_date | ) |
Definition at line 347 of file ilStudyProgrammeUserTableRow.php.
References $restart_date.
ilStudyProgrammeUserTableRow::withStatus | ( | string | $status | ) |
ilStudyProgrammeUserTableRow::withStatusRaw | ( | int | $status_raw | ) |
Definition at line 189 of file ilStudyProgrammeUserTableRow.php.
References $status_raw.
ilStudyProgrammeUserTableRow::withUserActive | ( | string | $active | ) |
ilStudyProgrammeUserTableRow::withUserActiveRaw | ( | bool | $active_raw | ) |
Definition at line 98 of file ilStudyProgrammeUserTableRow.php.
References $active_raw.
ilStudyProgrammeUserTableRow::withValidity | ( | string | $validity | ) |
Definition at line 336 of file ilStudyProgrammeUserTableRow.php.
References $validity.
|
protected |
Definition at line 32 of file ilStudyProgrammeUserTableRow.php.
Referenced by getUserActive(), and withUserActive().
|
protected |
Definition at line 28 of file ilStudyProgrammeUserTableRow.php.
Referenced by isUserActiveRaw(), and withUserActiveRaw().
|
protected |
Definition at line 50 of file ilStudyProgrammeUserTableRow.php.
Referenced by getAssignmentDate(), and withAssignmentDate().
|
protected |
Definition at line 51 of file ilStudyProgrammeUserTableRow.php.
Referenced by getAssignmentBy(), and withAssignmentBy().
|
protected |
Definition at line 49 of file ilStudyProgrammeUserTableRow.php.
Referenced by getBelongsTo(), and withBelongsTo().
|
protected |
Definition at line 44 of file ilStudyProgrammeUserTableRow.php.
Referenced by getCompletionBy(), and withCompletionBy().
|
protected |
Definition at line 43 of file ilStudyProgrammeUserTableRow.php.
Referenced by getCompletionByObjIds().
|
protected |
Definition at line 39 of file ilStudyProgrammeUserTableRow.php.
Referenced by getCompletionDate(), and withCompletionDate().
|
protected |
Definition at line 48 of file ilStudyProgrammeUserTableRow.php.
Referenced by getCustomPlan(), and withCustomPlan().
|
protected |
Definition at line 52 of file ilStudyProgrammeUserTableRow.php.
Referenced by getDeadline(), and withDeadline().
|
protected |
Definition at line 53 of file ilStudyProgrammeUserTableRow.php.
Referenced by getExpiryDate(), and withExpiryDate().
|
protected |
Definition at line 33 of file ilStudyProgrammeUserTableRow.php.
Referenced by getFirstname(), getName(), and withFirstname().
|
protected |
Definition at line 37 of file ilStudyProgrammeUserTableRow.php.
Referenced by getGender(), and withGender().
|
protected |
Definition at line 26 of file ilStudyProgrammeUserTableRow.php.
Referenced by getId().
|
protected |
Definition at line 34 of file ilStudyProgrammeUserTableRow.php.
Referenced by getLastname(), and withLastname().
|
protected |
Definition at line 56 of file ilStudyProgrammeUserTableRow.php.
Referenced by getNodeLifecycleStatus(), and withNodeLifecycleStatus().
|
protected |
Definition at line 35 of file ilStudyProgrammeUserTableRow.php.
Referenced by getLogin(), and withLogin().
|
protected |
Definition at line 36 of file ilStudyProgrammeUserTableRow.php.
Referenced by getOrgUs(), and withOrgUs().
|
protected |
Definition at line 47 of file ilStudyProgrammeUserTableRow.php.
Referenced by getPointsCurrent(), and withPointsCurrent().
|
protected |
Definition at line 45 of file ilStudyProgrammeUserTableRow.php.
Referenced by getPointsReachable(), and withPointsReachable().
|
protected |
Definition at line 46 of file ilStudyProgrammeUserTableRow.php.
Referenced by getPointsRequired(), and withPointsRequired().
|
protected |
Definition at line 55 of file ilStudyProgrammeUserTableRow.php.
Referenced by getRestartDate(), and withRestartDate().
|
protected |
Definition at line 38 of file ilStudyProgrammeUserTableRow.php.
Referenced by getStatus(), and withStatus().
|
protected |
Definition at line 27 of file ilStudyProgrammeUserTableRow.php.
Referenced by getStatusRaw(), and withStatusRaw().
|
protected |
Definition at line 30 of file ilStudyProgrammeUserTableRow.php.
|
protected |
Definition at line 54 of file ilStudyProgrammeUserTableRow.php.
Referenced by getValidity(), and withValidity().