ILIAS
trunk Revision v11.0_alpha-1861-g09f3d197f78
|
Add learning progress and availability information to the LSItem. More...
Public Member Functions | |
__construct (int $usr_id, int $learning_progress_status, int $availability_status, LSItem $ls_item) | |
getUserId () | |
getLearningProgressStatus () | |
getAvailability () | |
withPostCondition (ilLSPostCondition $post_condition) | |
withOrderNumber (int $order_number) | |
withOnline (bool $online) | |
![]() | |
__construct (string $type, string $title, string $description, string $icon_path, bool $is_online, int $order_number, ilLSPostCondition $post_condition, int $ref_id, int $lp_mode) | |
getType () | |
getTitle () | |
getDescription () | |
getIconPath () | |
isOnline () | |
getOrderNumber () | |
getPostCondition () | |
getRefId () | |
getLPMode () | |
withOnline (bool $online) | |
withOrderNumber (int $order_number) | |
withPostCondition (ilLSPostCondition $post_condition) | |
Protected Attributes | |
int | $usr_id |
int | $learning_progress_status |
int | $availability_status |
![]() | |
string | $type |
string | $title |
string | $description |
string | $icon_path |
bool | $is_online |
int | $order_number |
ilLSPostCondition | $post_condition |
int | $ref_id |
int | $lp_mode |
Add learning progress and availability information to the LSItem.
Definition at line 24 of file LSLearnerItem.php.
LSLearnerItem::__construct | ( | int | $usr_id, |
int | $learning_progress_status, | ||
int | $availability_status, | ||
LSItem | $ls_item | ||
) |
Definition at line 30 of file LSLearnerItem.php.
References $availability_status, $learning_progress_status, $usr_id, ILIAS\GlobalScreen\Provider\__construct(), LSItem\getDescription(), LSItem\getIconPath(), LSItem\getLPMode(), LSItem\getOrderNumber(), LSItem\getPostCondition(), LSItem\getRefId(), LSItem\getTitle(), LSItem\getType(), and LSItem\isOnline().
LSLearnerItem::getAvailability | ( | ) |
LSLearnerItem::getLearningProgressStatus | ( | ) |
Definition at line 57 of file LSLearnerItem.php.
References $learning_progress_status.
LSLearnerItem::getUserId | ( | ) |
LSLearnerItem::withOnline | ( | bool | $online | ) |
Definition at line 77 of file LSLearnerItem.php.
LSLearnerItem::withOrderNumber | ( | int | $order_number | ) |
Definition at line 72 of file LSLearnerItem.php.
LSLearnerItem::withPostCondition | ( | ilLSPostCondition | $post_condition | ) |
Definition at line 67 of file LSLearnerItem.php.
|
protected |
Definition at line 28 of file LSLearnerItem.php.
Referenced by __construct(), and getAvailability().
|
protected |
Definition at line 27 of file LSLearnerItem.php.
Referenced by __construct(), and getLearningProgressStatus().
|
protected |
Definition at line 26 of file LSLearnerItem.php.
Referenced by __construct(), and getUserId().