|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
This should hold all accesses to exc_members table in the future. More...
Collaboration diagram for ilExcMemberRepository:Public Member Functions | |
| __construct (\ilDBInterface $db=null) | |
| Constructor. More... | |
| getExerciseIdsOfUser (int $user_id) | |
| Get all exercise IDs of a user. More... | |
Protected Attributes | |
| $db | |
This should hold all accesses to exc_members table in the future.
Definition at line 11 of file class.ilExcMemberRepository.php.
| ilExcMemberRepository::__construct | ( | \ilDBInterface | $db = null | ) |
Constructor.
| ilDBInterface | $db |
Definition at line 24 of file class.ilExcMemberRepository.php.
| ilExcMemberRepository::getExerciseIdsOfUser | ( | int | $user_id | ) |
Get all exercise IDs of a user.
| int | user id |
Definition at line 39 of file class.ilExcMemberRepository.php.
References $db.
|
protected |
Definition at line 17 of file class.ilExcMemberRepository.php.
Referenced by __construct(), and getExerciseIdsOfUser().