ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilLearnerProgressDBStub Class Reference
+ Inheritance diagram for ilLearnerProgressDBStub:
+ Collaboration diagram for ilLearnerProgressDBStub:

Protected Member Functions

 getLearningProgressFor (int $usr_id, LSItem $ls_item)
 
- Protected Member Functions inherited from ilLearnerProgressDB
 getObjIdForRefId (int $ref_id)
 
 getLearningProgressFor (int $usr_id, LSItem $ls_item)
 
 isItemVisibleForUser (int $usr_id, LSItem $ls_item)
 
 getAvailabilityFor (int $usr_id, LSItem $ls_item)
 

Additional Inherited Members

- Public Member Functions inherited from ilLearnerProgressDB
 __construct (ilLSItemsDB $items_db, ilAccess $access, ilObjectDataCache $obj_data_cache)
 
 getLearnerItems (int $usr_id, int $container_ref_id)
 Decorate LSItems with learning progress and availability (from conditions) More...
 
- Protected Attributes inherited from ilLearnerProgressDB
ilLSItemsDB $items_db
 
ilAccess $access
 
ilObjectDataCache $obj_data_cache
 

Detailed Description

Definition at line 23 of file ilLearnerProgressDBTest.php.

Member Function Documentation

◆ getLearningProgressFor()

ilLearnerProgressDBStub::getLearningProgressFor ( int  $usr_id,
LSItem  $ls_item 
)
protected

Definition at line 25 of file ilLearnerProgressDBTest.php.

25  : int
26  {
27  return 20;
28  }

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