| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
Interface for plugin classes that want to support Learning Progress. More...
 Collaboration diagram for ilLPStatusPluginInterface:Public Member Functions | |
| getLPCompleted () | |
| Get all user ids with LP status completed.  More... | |
| getLPNotAttempted () | |
| Get all user ids with LP status not attempted.  More... | |
| getLPFailed () | |
| Get all user ids with LP status failed.  More... | |
| getLPInProgress () | |
| Get all user ids with LP status in progress.  More... | |
| getLPStatusForUser (int $a_user_id) | |
| Get current status for given user.  More... | |
Interface for plugin classes that want to support Learning Progress.
Definition at line 11 of file interface.ilLPStatusPlugin.php.
| ilLPStatusPluginInterface::getLPCompleted | ( | ) | 
Get all user ids with LP status completed.
| ilLPStatusPluginInterface::getLPFailed | ( | ) | 
Get all user ids with LP status failed.
| ilLPStatusPluginInterface::getLPInProgress | ( | ) | 
Get all user ids with LP status in progress.
| ilLPStatusPluginInterface::getLPNotAttempted | ( | ) | 
Get all user ids with LP status not attempted.
| ilLPStatusPluginInterface::getLPStatusForUser | ( | int | $a_user_id | ) | 
Get current status for given user.
| int | $a_user_id |