ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
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 () | |
withCertificateRelevance (bool $cert_relevance) | |
getCertificateRelevance () | |
toArray () | |
Protected Attributes | |
PRGProgressId | $id |
int | $status_raw |
bool | $active_raw |
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 |
bool | $cert_relevance |
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 57 of file ilStudyProgrammeUserTableRow.php.
References $ass_id.
ilStudyProgrammeUserTableRow::getAssignmentBy | ( | ) |
Definition at line 308 of file ilStudyProgrammeUserTableRow.php.
References $assigned_by.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getAssignmentDate | ( | ) |
Definition at line 297 of file ilStudyProgrammeUserTableRow.php.
References $assign_date.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getAssignmentId | ( | ) |
Definition at line 71 of file ilStudyProgrammeUserTableRow.php.
References $ass_id.
ilStudyProgrammeUserTableRow::getBelongsTo | ( | ) |
Definition at line 286 of file ilStudyProgrammeUserTableRow.php.
References $belongs_to.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getCertificateRelevance | ( | ) |
Definition at line 378 of file ilStudyProgrammeUserTableRow.php.
References $cert_relevance.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getCompletionBy | ( | ) |
Definition at line 216 of file ilStudyProgrammeUserTableRow.php.
References $completion_by.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getCompletionByObjIds | ( | ) |
Definition at line 234 of file ilStudyProgrammeUserTableRow.php.
References $completion_by_obj_ids.
ilStudyProgrammeUserTableRow::getCompletionDate | ( | ) |
Definition at line 205 of file ilStudyProgrammeUserTableRow.php.
References $completion_date.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getCustomPlan | ( | ) |
Definition at line 275 of file ilStudyProgrammeUserTableRow.php.
References $custom_plan.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getDeadline | ( | ) |
Definition at line 319 of file ilStudyProgrammeUserTableRow.php.
References $deadline.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getExpiryDate | ( | ) |
Definition at line 330 of file ilStudyProgrammeUserTableRow.php.
References $expiry_date.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getFirstname | ( | ) |
Definition at line 124 of file ilStudyProgrammeUserTableRow.php.
References $firstname.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getGender | ( | ) |
Definition at line 173 of file ilStudyProgrammeUserTableRow.php.
References $gender.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getId | ( | ) |
Definition at line 67 of file ilStudyProgrammeUserTableRow.php.
References $id.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getLastname | ( | ) |
Definition at line 135 of file ilStudyProgrammeUserTableRow.php.
References $lastname.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getLogin | ( | ) |
Definition at line 151 of file ilStudyProgrammeUserTableRow.php.
References $login.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getName | ( | ) |
Definition at line 140 of file ilStudyProgrammeUserTableRow.php.
References $firstname.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getNodeId | ( | ) |
Definition at line 79 of file ilStudyProgrammeUserTableRow.php.
ilStudyProgrammeUserTableRow::getNodeLifecycleStatus | ( | ) |
Definition at line 367 of file ilStudyProgrammeUserTableRow.php.
References $lifecycle_status.
ilStudyProgrammeUserTableRow::getOrgUs | ( | ) |
Definition at line 162 of file ilStudyProgrammeUserTableRow.php.
References $orgus.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getPointsCurrent | ( | ) |
Definition at line 265 of file ilStudyProgrammeUserTableRow.php.
References $points_current.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getPointsReachable | ( | ) |
Definition at line 245 of file ilStudyProgrammeUserTableRow.php.
References $points_reachable.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getPointsRequired | ( | ) |
Definition at line 255 of file ilStudyProgrammeUserTableRow.php.
References $points_required.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getRestartDate | ( | ) |
Definition at line 352 of file ilStudyProgrammeUserTableRow.php.
References $restart_date.
ilStudyProgrammeUserTableRow::getStatus | ( | ) |
Definition at line 184 of file ilStudyProgrammeUserTableRow.php.
References $status.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getStatusRaw | ( | ) |
Definition at line 194 of file ilStudyProgrammeUserTableRow.php.
References $status_raw.
ilStudyProgrammeUserTableRow::getUserActive | ( | ) |
Definition at line 113 of file ilStudyProgrammeUserTableRow.php.
References $active.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getUserData | ( | string | $field_id | ) |
Definition at line 92 of file ilStudyProgrammeUserTableRow.php.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getUserInformation | ( | ) |
Definition at line 88 of file ilStudyProgrammeUserTableRow.php.
ilStudyProgrammeUserTableRow::getUsrId | ( | ) |
Definition at line 75 of file ilStudyProgrammeUserTableRow.php.
ilStudyProgrammeUserTableRow::getValidity | ( | ) |
Definition at line 341 of file ilStudyProgrammeUserTableRow.php.
References $validity.
Referenced by toArray().
ilStudyProgrammeUserTableRow::isRootProgress | ( | ) |
Definition at line 83 of file ilStudyProgrammeUserTableRow.php.
ilStudyProgrammeUserTableRow::isUserActiveRaw | ( | ) |
Definition at line 103 of file ilStudyProgrammeUserTableRow.php.
References $active_raw.
Referenced by toArray().
ilStudyProgrammeUserTableRow::toArray | ( | ) |
Definition at line 384 of file ilStudyProgrammeUserTableRow.php.
References getAssignmentBy(), getAssignmentDate(), getBelongsTo(), getCertificateRelevance(), getCompletionBy(), getCompletionDate(), getCustomPlan(), getDeadline(), getExpiryDate(), getFirstname(), getGender(), getId(), getLastname(), getLogin(), getName(), getOrgUs(), getPointsCurrent(), getPointsReachable(), getPointsRequired(), getStatus(), getUserActive(), getUserData(), getValidity(), and isUserActiveRaw().
ilStudyProgrammeUserTableRow::withAssignmentBy | ( | string | $assigned_by | ) |
Definition at line 302 of file ilStudyProgrammeUserTableRow.php.
References $assigned_by.
ilStudyProgrammeUserTableRow::withAssignmentDate | ( | string | $assign_date | ) |
Definition at line 291 of file ilStudyProgrammeUserTableRow.php.
References $assign_date.
ilStudyProgrammeUserTableRow::withBelongsTo | ( | string | $belongs_to | ) |
Definition at line 280 of file ilStudyProgrammeUserTableRow.php.
References $belongs_to.
ilStudyProgrammeUserTableRow::withCertificateRelevance | ( | bool | $cert_relevance | ) |
Definition at line 372 of file ilStudyProgrammeUserTableRow.php.
References $cert_relevance.
ilStudyProgrammeUserTableRow::withCompletionBy | ( | string | $completion_by | ) |
Definition at line 210 of file ilStudyProgrammeUserTableRow.php.
References $completion_by.
ilStudyProgrammeUserTableRow::withCompletionByObjIds | ( | ?array | $obj_ids | ) |
?int[] | $ob_ids |
Definition at line 224 of file ilStudyProgrammeUserTableRow.php.
ilStudyProgrammeUserTableRow::withCompletionDate | ( | string | $completion_date | ) |
Definition at line 199 of file ilStudyProgrammeUserTableRow.php.
References $completion_date.
ilStudyProgrammeUserTableRow::withCustomPlan | ( | string | $custom_plan | ) |
Definition at line 269 of file ilStudyProgrammeUserTableRow.php.
References $custom_plan.
ilStudyProgrammeUserTableRow::withDeadline | ( | string | $deadline | ) |
Definition at line 313 of file ilStudyProgrammeUserTableRow.php.
References $deadline.
ilStudyProgrammeUserTableRow::withExpiryDate | ( | string | $expiry_date | ) |
Definition at line 324 of file ilStudyProgrammeUserTableRow.php.
References $expiry_date.
ilStudyProgrammeUserTableRow::withFirstname | ( | string | $firstname | ) |
Definition at line 118 of file ilStudyProgrammeUserTableRow.php.
References $firstname.
ilStudyProgrammeUserTableRow::withGender | ( | string | $gender | ) |
Definition at line 167 of file ilStudyProgrammeUserTableRow.php.
References $gender.
ilStudyProgrammeUserTableRow::withLastname | ( | string | $lastname | ) |
Definition at line 129 of file ilStudyProgrammeUserTableRow.php.
References $lastname.
ilStudyProgrammeUserTableRow::withLogin | ( | string | $login | ) |
Definition at line 145 of file ilStudyProgrammeUserTableRow.php.
References $login.
ilStudyProgrammeUserTableRow::withNodeLifecycleStatus | ( | int | $lifecycle_status | ) |
Definition at line 357 of file ilStudyProgrammeUserTableRow.php.
References $lifecycle_status, and ilStudyProgrammeAssessmentSettings\$STATUS.
ilStudyProgrammeUserTableRow::withOrgUs | ( | string | $orgus | ) |
Definition at line 156 of file ilStudyProgrammeUserTableRow.php.
References $orgus.
ilStudyProgrammeUserTableRow::withPointsCurrent | ( | string | $points_current | ) |
Definition at line 259 of file ilStudyProgrammeUserTableRow.php.
References $points_current.
ilStudyProgrammeUserTableRow::withPointsReachable | ( | string | $points_reachable | ) |
Definition at line 239 of file ilStudyProgrammeUserTableRow.php.
References $points_reachable.
ilStudyProgrammeUserTableRow::withPointsRequired | ( | string | $points_required | ) |
Definition at line 249 of file ilStudyProgrammeUserTableRow.php.
References $points_required.
ilStudyProgrammeUserTableRow::withRestartDate | ( | string | $restart_date | ) |
Definition at line 346 of file ilStudyProgrammeUserTableRow.php.
References $restart_date.
ilStudyProgrammeUserTableRow::withStatus | ( | string | $status | ) |
Definition at line 178 of file ilStudyProgrammeUserTableRow.php.
References $status.
ilStudyProgrammeUserTableRow::withStatusRaw | ( | int | $status_raw | ) |
Definition at line 188 of file ilStudyProgrammeUserTableRow.php.
References $status_raw.
ilStudyProgrammeUserTableRow::withUserActive | ( | string | $active | ) |
Definition at line 107 of file ilStudyProgrammeUserTableRow.php.
References $active.
ilStudyProgrammeUserTableRow::withUserActiveRaw | ( | bool | $active_raw | ) |
Definition at line 97 of file ilStudyProgrammeUserTableRow.php.
References $active_raw.
ilStudyProgrammeUserTableRow::withValidity | ( | string | $validity | ) |
Definition at line 335 of file ilStudyProgrammeUserTableRow.php.
References $validity.
|
protected |
Definition at line 30 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 48 of file ilStudyProgrammeUserTableRow.php.
Referenced by getAssignmentDate(), and withAssignmentDate().
|
protected |
Definition at line 49 of file ilStudyProgrammeUserTableRow.php.
Referenced by getAssignmentBy(), and withAssignmentBy().
|
protected |
Definition at line 47 of file ilStudyProgrammeUserTableRow.php.
Referenced by getBelongsTo(), and withBelongsTo().
|
protected |
Definition at line 55 of file ilStudyProgrammeUserTableRow.php.
Referenced by getCertificateRelevance(), and withCertificateRelevance().
|
protected |
Definition at line 42 of file ilStudyProgrammeUserTableRow.php.
Referenced by getCompletionBy(), and withCompletionBy().
|
protected |
Definition at line 41 of file ilStudyProgrammeUserTableRow.php.
Referenced by getCompletionByObjIds().
|
protected |
Definition at line 37 of file ilStudyProgrammeUserTableRow.php.
Referenced by getCompletionDate(), and withCompletionDate().
|
protected |
Definition at line 46 of file ilStudyProgrammeUserTableRow.php.
Referenced by getCustomPlan(), and withCustomPlan().
|
protected |
Definition at line 50 of file ilStudyProgrammeUserTableRow.php.
Referenced by getDeadline(), and withDeadline().
|
protected |
Definition at line 51 of file ilStudyProgrammeUserTableRow.php.
Referenced by getExpiryDate(), and withExpiryDate().
|
protected |
Definition at line 31 of file ilStudyProgrammeUserTableRow.php.
Referenced by getFirstname(), getName(), and withFirstname().
|
protected |
Definition at line 35 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 32 of file ilStudyProgrammeUserTableRow.php.
Referenced by getLastname(), and withLastname().
|
protected |
Definition at line 54 of file ilStudyProgrammeUserTableRow.php.
Referenced by getNodeLifecycleStatus(), and withNodeLifecycleStatus().
|
protected |
Definition at line 33 of file ilStudyProgrammeUserTableRow.php.
Referenced by getLogin(), and withLogin().
|
protected |
Definition at line 34 of file ilStudyProgrammeUserTableRow.php.
Referenced by getOrgUs(), and withOrgUs().
|
protected |
Definition at line 45 of file ilStudyProgrammeUserTableRow.php.
Referenced by getPointsCurrent(), and withPointsCurrent().
|
protected |
Definition at line 43 of file ilStudyProgrammeUserTableRow.php.
Referenced by getPointsReachable(), and withPointsReachable().
|
protected |
Definition at line 44 of file ilStudyProgrammeUserTableRow.php.
Referenced by getPointsRequired(), and withPointsRequired().
|
protected |
Definition at line 53 of file ilStudyProgrammeUserTableRow.php.
Referenced by getRestartDate(), and withRestartDate().
|
protected |
Definition at line 36 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 52 of file ilStudyProgrammeUserTableRow.php.
Referenced by getValidity(), and withValidity().