ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Data holding class LSItem . More...
Public Member Functions | |
__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 | |
string | $type |
string | $title |
string | $description |
string | $icon_path |
bool | $is_online |
int | $order_number |
ilLSPostCondition | $post_condition |
int | $ref_id |
int | $lp_mode |
Data holding class LSItem .
Definition at line 24 of file LSItem.php.
LSItem::__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 | ||
) |
Definition at line 36 of file LSItem.php.
References $description, $icon_path, $is_online, $lp_mode, $order_number, $post_condition, $ref_id, $title, and $type.
LSItem::getDescription | ( | ) |
Definition at line 68 of file LSItem.php.
References $description.
Referenced by LSLearnerItem\__construct(), LSItemTest\testWithOnline(), LSItemTest\testWithOrderNumber(), and LSItemTest\testWithPostCondition().
LSItem::getIconPath | ( | ) |
Definition at line 73 of file LSItem.php.
References $icon_path.
Referenced by LSLearnerItem\__construct(), LSItemTest\testWithOnline(), LSItemTest\testWithOrderNumber(), and LSItemTest\testWithPostCondition().
LSItem::getLPMode | ( | ) |
Definition at line 98 of file LSItem.php.
References $lp_mode.
Referenced by LSLearnerItem\__construct(), and ilObjLearningSequenceContentTableGUI\getLPSettingsRepresentation().
LSItem::getOrderNumber | ( | ) |
Definition at line 83 of file LSItem.php.
References $order_number.
Referenced by LSLearnerItem\__construct(), LSItemTest\testWithOnline(), LSItemTest\testWithOrderNumber(), and LSItemTest\testWithPostCondition().
LSItem::getPostCondition | ( | ) |
Definition at line 88 of file LSItem.php.
References $post_condition.
Referenced by LSLearnerItem\__construct(), ilObjLearningSequenceContentTableGUI\getLPSettingsRepresentation(), LSItemTest\testWithOnline(), LSItemTest\testWithOrderNumber(), and LSItemTest\testWithPostCondition().
LSItem::getRefId | ( | ) |
Definition at line 93 of file LSItem.php.
References $ref_id.
Referenced by LSLearnerItem\__construct(), ilLearnerProgressDB\getAvailabilityFor(), ilLearnerProgressDB\getLearningProgressFor(), ilLSPlayer\getNextItem(), ilLSLearnerItemsQueries\getStateFor(), ilLSViewFactory\getViewFor(), ilLearnerProgressDB\isItemVisibleForUser(), LSItemTest\testWithOnline(), LSItemTest\testWithOrderNumber(), and LSItemTest\testWithPostCondition().
LSItem::getTitle | ( | ) |
Definition at line 63 of file LSItem.php.
References $title.
Referenced by LSLearnerItem\__construct(), LSItemTest\testWithOnline(), LSItemTest\testWithOrderNumber(), and LSItemTest\testWithPostCondition().
LSItem::getType | ( | ) |
Definition at line 58 of file LSItem.php.
References $type.
Referenced by LSLearnerItem\__construct(), ilLSViewFactory\getViewFor(), LSItemTest\testWithOnline(), LSItemTest\testWithOrderNumber(), and LSItemTest\testWithPostCondition().
LSItem::isOnline | ( | ) |
Definition at line 78 of file LSItem.php.
References $is_online.
Referenced by LSLearnerItem\__construct(), ilLearnerProgressDB\isItemVisibleForUser(), LSItemTest\testWithOnline(), LSItemTest\testWithOrderNumber(), and LSItemTest\testWithPostCondition().
LSItem::withOnline | ( | bool | $online | ) |
Definition at line 103 of file LSItem.php.
Referenced by LSLearnerItemTest\testTurnedOffWithOnline(), and LSItemTest\testWithOnline().
LSItem::withOrderNumber | ( | int | $order_number | ) |
Definition at line 110 of file LSItem.php.
References $order_number.
Referenced by LSLearnerItemTest\testTurnedOffWithOrderNumber(), and LSItemTest\testWithOrderNumber().
LSItem::withPostCondition | ( | ilLSPostCondition | $post_condition | ) |
Definition at line 117 of file LSItem.php.
References $post_condition.
Referenced by LSLearnerItemTest\testTurnedOffWithPostCondition(), and LSItemTest\testWithPostCondition().
|
protected |
Definition at line 28 of file LSItem.php.
Referenced by __construct(), and getDescription().
|
protected |
Definition at line 29 of file LSItem.php.
Referenced by __construct(), and getIconPath().
|
protected |
Definition at line 30 of file LSItem.php.
Referenced by __construct(), and isOnline().
|
protected |
Definition at line 34 of file LSItem.php.
Referenced by __construct(), and getLPMode().
|
protected |
Definition at line 31 of file LSItem.php.
Referenced by __construct(), getOrderNumber(), and withOrderNumber().
|
protected |
Definition at line 32 of file LSItem.php.
Referenced by __construct(), getPostCondition(), and withPostCondition().
|
protected |
Definition at line 33 of file LSItem.php.
Referenced by __construct(), and getRefId().
|
protected |
Definition at line 27 of file LSItem.php.
Referenced by __construct(), and getTitle().
|
protected |
Definition at line 26 of file LSItem.php.
Referenced by __construct(), and getType().