| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
Add learning progress and availability information to the LSItem. More...
 Inheritance diagram for LSLearnerItem:
 Collaboration diagram for LSLearnerItem: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) | |
  Public Member Functions inherited from 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) | |
| 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 | 
  Protected Attributes inherited from LSItem | |
| 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\MetaData\Repository\Validation\Data\__construct(), LSItem\getDescription(), LSItem\getIconPath(), LSItem\getLPMode(), LSItem\getOrderNumber(), LSItem\getPostCondition(), LSItem\getRefId(), LSItem\getTitle(), LSItem\getType(), and LSItem\isOnline().
 Here is the call graph for this function:| LSLearnerItem::getAvailability | ( | ) | 
Definition at line 62 of file LSLearnerItem.php.
References $availability_status.
Referenced by ilLSPlayer\getNextAvailableItem().
 Here is the caller graph for this function:| 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().