ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
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 |
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 |
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 59 of file ilStudyProgrammeUserTableRow.php.
ilStudyProgrammeUserTableRow::getAssignmentBy | ( | ) |
Definition at line 310 of file ilStudyProgrammeUserTableRow.php.
References $assigned_by.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getAssignmentDate | ( | ) |
Definition at line 299 of file ilStudyProgrammeUserTableRow.php.
References $assign_date.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getAssignmentId | ( | ) |
ilStudyProgrammeUserTableRow::getBelongsTo | ( | ) |
Definition at line 288 of file ilStudyProgrammeUserTableRow.php.
References $belongs_to.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getCertificateRelevance | ( | ) |
Definition at line 380 of file ilStudyProgrammeUserTableRow.php.
References $cert_relevance.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getCompletionBy | ( | ) |
Definition at line 218 of file ilStudyProgrammeUserTableRow.php.
References $completion_by.
Referenced by toArray(), and ilStudyProgrammeUserTable\toRow().
ilStudyProgrammeUserTableRow::getCompletionByObjIds | ( | ) |
Definition at line 236 of file ilStudyProgrammeUserTableRow.php.
References $completion_by_obj_ids.
ilStudyProgrammeUserTableRow::getCompletionDate | ( | ) |
Definition at line 207 of file ilStudyProgrammeUserTableRow.php.
References $completion_date.
Referenced by toArray(), and ilStudyProgrammeUserTable\toRow().
ilStudyProgrammeUserTableRow::getCustomPlan | ( | ) |
Definition at line 277 of file ilStudyProgrammeUserTableRow.php.
References $custom_plan.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getDeadline | ( | ) |
Definition at line 321 of file ilStudyProgrammeUserTableRow.php.
References $deadline.
Referenced by toArray(), and ilStudyProgrammeUserTable\toRow().
ilStudyProgrammeUserTableRow::getExpiryDate | ( | ) |
Definition at line 332 of file ilStudyProgrammeUserTableRow.php.
References $expiry_date.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getFirstname | ( | ) |
Definition at line 126 of file ilStudyProgrammeUserTableRow.php.
References $firstname.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getGender | ( | ) |
Definition at line 175 of file ilStudyProgrammeUserTableRow.php.
References $gender.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getId | ( | ) |
Definition at line 69 of file ilStudyProgrammeUserTableRow.php.
References $id.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getLastname | ( | ) |
Definition at line 137 of file ilStudyProgrammeUserTableRow.php.
References $lastname.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getLogin | ( | ) |
Definition at line 153 of file ilStudyProgrammeUserTableRow.php.
References $login.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getName | ( | ) |
Definition at line 142 of file ilStudyProgrammeUserTableRow.php.
References $firstname.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getNodeId | ( | ) |
Definition at line 81 of file ilStudyProgrammeUserTableRow.php.
ilStudyProgrammeUserTableRow::getNodeLifecycleStatus | ( | ) |
Definition at line 369 of file ilStudyProgrammeUserTableRow.php.
References $lifecycle_status.
ilStudyProgrammeUserTableRow::getOrgUs | ( | ) |
Definition at line 164 of file ilStudyProgrammeUserTableRow.php.
References $orgus.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getPointsCurrent | ( | ) |
Definition at line 267 of file ilStudyProgrammeUserTableRow.php.
References $points_current.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getPointsReachable | ( | ) |
Definition at line 247 of file ilStudyProgrammeUserTableRow.php.
References $points_reachable.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getPointsRequired | ( | ) |
Definition at line 257 of file ilStudyProgrammeUserTableRow.php.
References $points_required.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getRestartDate | ( | ) |
Definition at line 354 of file ilStudyProgrammeUserTableRow.php.
References $restart_date.
ilStudyProgrammeUserTableRow::getStatus | ( | ) |
Definition at line 186 of file ilStudyProgrammeUserTableRow.php.
References $status.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getStatusRaw | ( | ) |
Definition at line 196 of file ilStudyProgrammeUserTableRow.php.
References $status_raw.
ilStudyProgrammeUserTableRow::getUserActive | ( | ) |
Definition at line 115 of file ilStudyProgrammeUserTableRow.php.
References $active.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getUserData | ( | string | $field_id | ) |
Definition at line 94 of file ilStudyProgrammeUserTableRow.php.
Referenced by toArray().
ilStudyProgrammeUserTableRow::getUserInformation | ( | ) |
Definition at line 90 of file ilStudyProgrammeUserTableRow.php.
ilStudyProgrammeUserTableRow::getUsrId | ( | ) |
Definition at line 77 of file ilStudyProgrammeUserTableRow.php.
ilStudyProgrammeUserTableRow::getValidity | ( | ) |
Definition at line 343 of file ilStudyProgrammeUserTableRow.php.
References $validity.
Referenced by toArray().
ilStudyProgrammeUserTableRow::isRootProgress | ( | ) |
Definition at line 85 of file ilStudyProgrammeUserTableRow.php.
ilStudyProgrammeUserTableRow::isUserActiveRaw | ( | ) |
Definition at line 105 of file ilStudyProgrammeUserTableRow.php.
References $active_raw.
Referenced by toArray().
ilStudyProgrammeUserTableRow::toArray | ( | ) |
Definition at line 386 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().
Referenced by ilStudyProgrammeUserTable\postOrder().
ilStudyProgrammeUserTableRow::withAssignmentBy | ( | string | $assigned_by | ) |
Definition at line 304 of file ilStudyProgrammeUserTableRow.php.
References $assigned_by.
ilStudyProgrammeUserTableRow::withAssignmentDate | ( | string | $assign_date | ) |
Definition at line 293 of file ilStudyProgrammeUserTableRow.php.
References $assign_date.
ilStudyProgrammeUserTableRow::withBelongsTo | ( | string | $belongs_to | ) |
Definition at line 282 of file ilStudyProgrammeUserTableRow.php.
References $belongs_to.
ilStudyProgrammeUserTableRow::withCertificateRelevance | ( | bool | $cert_relevance | ) |
Definition at line 374 of file ilStudyProgrammeUserTableRow.php.
References $cert_relevance.
ilStudyProgrammeUserTableRow::withCompletionBy | ( | string | $completion_by | ) |
Definition at line 212 of file ilStudyProgrammeUserTableRow.php.
References $completion_by.
ilStudyProgrammeUserTableRow::withCompletionByObjIds | ( | ?array | $obj_ids | ) |
?int[] | $ob_ids |
Definition at line 226 of file ilStudyProgrammeUserTableRow.php.
ilStudyProgrammeUserTableRow::withCompletionDate | ( | string | $completion_date | ) |
Definition at line 201 of file ilStudyProgrammeUserTableRow.php.
References $completion_date.
ilStudyProgrammeUserTableRow::withCustomPlan | ( | string | $custom_plan | ) |
Definition at line 271 of file ilStudyProgrammeUserTableRow.php.
References $custom_plan.
ilStudyProgrammeUserTableRow::withDeadline | ( | string | $deadline | ) |
Definition at line 315 of file ilStudyProgrammeUserTableRow.php.
References $deadline.
ilStudyProgrammeUserTableRow::withExpiryDate | ( | string | $expiry_date | ) |
Definition at line 326 of file ilStudyProgrammeUserTableRow.php.
References $expiry_date.
ilStudyProgrammeUserTableRow::withFirstname | ( | string | $firstname | ) |
Definition at line 120 of file ilStudyProgrammeUserTableRow.php.
References $firstname.
ilStudyProgrammeUserTableRow::withGender | ( | string | $gender | ) |
ilStudyProgrammeUserTableRow::withLastname | ( | string | $lastname | ) |
Definition at line 131 of file ilStudyProgrammeUserTableRow.php.
References $lastname.
ilStudyProgrammeUserTableRow::withLogin | ( | string | $login | ) |
ilStudyProgrammeUserTableRow::withNodeLifecycleStatus | ( | int | $lifecycle_status | ) |
Definition at line 359 of file ilStudyProgrammeUserTableRow.php.
References $lifecycle_status, and ilStudyProgrammeAssessmentSettings\$STATUS.
ilStudyProgrammeUserTableRow::withOrgUs | ( | string | $orgus | ) |
ilStudyProgrammeUserTableRow::withPointsCurrent | ( | string | $points_current | ) |
Definition at line 261 of file ilStudyProgrammeUserTableRow.php.
References $points_current.
ilStudyProgrammeUserTableRow::withPointsReachable | ( | string | $points_reachable | ) |
Definition at line 241 of file ilStudyProgrammeUserTableRow.php.
References $points_reachable.
ilStudyProgrammeUserTableRow::withPointsRequired | ( | string | $points_required | ) |
Definition at line 251 of file ilStudyProgrammeUserTableRow.php.
References $points_required.
ilStudyProgrammeUserTableRow::withRestartDate | ( | string | $restart_date | ) |
Definition at line 348 of file ilStudyProgrammeUserTableRow.php.
References $restart_date.
ilStudyProgrammeUserTableRow::withStatus | ( | string | $status | ) |
ilStudyProgrammeUserTableRow::withStatusRaw | ( | int | $status_raw | ) |
Definition at line 190 of file ilStudyProgrammeUserTableRow.php.
References $status_raw.
ilStudyProgrammeUserTableRow::withUserActive | ( | string | $active | ) |
ilStudyProgrammeUserTableRow::withUserActiveRaw | ( | bool | $active_raw | ) |
Definition at line 99 of file ilStudyProgrammeUserTableRow.php.
References $active_raw.
ilStudyProgrammeUserTableRow::withValidity | ( | string | $validity | ) |
Definition at line 337 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 57 of file ilStudyProgrammeUserTableRow.php.
Referenced by getCertificateRelevance(), and withCertificateRelevance().
|
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().