|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\Exercise\Assignment\AssignmentsDBRepository: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\Assignment\$exc_id, and ILIAS\Exercise\Assignment\AssignmentsDBRepository\getAssignmentFromRecord().
Here is the call graph for this function:
|
protected |
Definition at line 38 of file AssignmentsDBRepository.php.
Referenced by ILIAS\Exercise\Assignment\AssignmentsDBRepository\get(), and ILIAS\Exercise\Assignment\AssignmentsDBRepository\getList().
Here is the caller graph for this function:| ILIAS\Exercise\Assignment\AssignmentsDBRepository::getList | ( | int | $exc_id | ) |
Definition at line 59 of file AssignmentsDBRepository.php.
References ILIAS\Exercise\Assignment\Assignment\$exc_id, and ILIAS\Exercise\Assignment\AssignmentsDBRepository\getAssignmentFromRecord().
Here is the call graph for this function:
|
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().