ILIAS  trunk Revision v11.0_alpha-1723-g8e69f309bab
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
interface.ilLPStatusPlugin.php
Go to the documentation of this file.
1 <?php
2 
26 {
31  public function getLPCompleted(): array;
32 
37  public function getLPNotAttempted(): array;
38 
43  public function getLPFailed(): array;
44 
49  public function getLPInProgress(): array;
50 
56  public function getLPStatusForUser(int $a_user_id): int;
57 }
getLPNotAttempted()
Get all user ids with LP status not attempted.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getLPCompleted()
Get all user ids with LP status completed.
getLPInProgress()
Get all user ids with LP status in progress.
getLPFailed()
Get all user ids with LP status failed.
getLPStatusForUser(int $a_user_id)
Get current status for given user.