ILIAS  trunk Revision v11.0_alpha-1851-ga8564da6fed
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilLPStatusPluginInterface Interface Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. 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...
 

Detailed Description

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Interface for plugin classes that want to support Learning Progress

Author
Jörg Lützenkirchen luetz.nosp@m.enki.nosp@m.rchen.nosp@m.@lei.nosp@m.fos.c.nosp@m.om
Version
$Id$

Definition at line 25 of file interface.ilLPStatusPlugin.php.

Member Function Documentation

◆ getLPCompleted()

ilLPStatusPluginInterface::getLPCompleted ( )

Get all user ids with LP status completed.

Returns
int[]

◆ getLPFailed()

ilLPStatusPluginInterface::getLPFailed ( )

Get all user ids with LP status failed.

Returns
array

◆ getLPInProgress()

ilLPStatusPluginInterface::getLPInProgress ( )

Get all user ids with LP status in progress.

Returns
array

◆ getLPNotAttempted()

ilLPStatusPluginInterface::getLPNotAttempted ( )

Get all user ids with LP status not attempted.

Returns
int[]

◆ getLPStatusForUser()

ilLPStatusPluginInterface::getLPStatusForUser ( int  $a_user_id)

Get current status for given user.

Parameters
int$a_user_id
Returns
int

The documentation for this interface was generated from the following file: