ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
This should hold all accesses to exc_members table in the future. More...
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().