ILIAS
trunk Revision v11.0_alpha-1715-g7fc467680fb
|
Public Member Functions | |
__construct (InternalDataService $data, \ilDBInterface $db) | |
getList (int $exc_id) | |
get (int $exc_id, int $ass_id) | |
Protected Member Functions | |
getAssignmentFromRecord (array $rec) | |
Protected Attributes | |
ilDBInterface | $db |
InternalDataService | $data |
Definition at line 25 of file AssignmentsDBRepository.php.
ILIAS\Exercise\Assignment\AssignmentsDBRepository::__construct | ( | InternalDataService | $data, |
\ilDBInterface | $db | ||
) |
Definition at line 30 of file AssignmentsDBRepository.php.
References ILIAS\Exercise\Assignment\AssignmentsDBRepository\$data, and ILIAS\Exercise\Assignment\AssignmentsDBRepository\$db.
ILIAS\Exercise\Assignment\AssignmentsDBRepository::get | ( | int | $exc_id, |
int | $ass_id | ||
) |
Definition at line 72 of file AssignmentsDBRepository.php.
References $ass_id, ILIAS\Exercise\Assignment\AssignmentsDBRepository\getAssignmentFromRecord(), and null.
|
protected |
Definition at line 38 of file AssignmentsDBRepository.php.
Referenced by ILIAS\Exercise\Assignment\AssignmentsDBRepository\get(), and ILIAS\Exercise\Assignment\AssignmentsDBRepository\getList().
ILIAS\Exercise\Assignment\AssignmentsDBRepository::getList | ( | int | $exc_id | ) |
Definition at line 59 of file AssignmentsDBRepository.php.
References ILIAS\Exercise\Assignment\AssignmentsDBRepository\getAssignmentFromRecord().
|
protected |
Definition at line 28 of file AssignmentsDBRepository.php.
Referenced by ILIAS\Exercise\Assignment\AssignmentsDBRepository\__construct().
|
protected |
Definition at line 27 of file AssignmentsDBRepository.php.
Referenced by ILIAS\Exercise\Assignment\AssignmentsDBRepository\__construct().