|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Collaboration diagram for ILIAS\Exercise\InternalDomainService:Public Member Functions | |
| __construct (Container $dic, InternalDataService $data, InternalRepoService $repo) | |
| log () | |
| object (int $ref_id) | |
| assignment () | |
| submission (int $ass_id) | |
| peerReview () | |
| notification (int $ref_id) | |
| team () | |
| individualDeadline () | |
| exercise (int $obj_id) | |
| exerciseSettings () | |
| userEvent () | |
Protected Attributes | |
| InternalDataService | $data |
| InternalRepoService | $repo |
| array | $instance = [] |
| Assignment DomainService | $assignment_service |
Definition at line 34 of file class.InternalDomainService.php.
| ILIAS\Exercise\InternalDomainService::__construct | ( | Container | $dic, |
| InternalDataService | $data, | ||
| InternalRepoService | $repo | ||
| ) |
Definition at line 43 of file class.InternalDomainService.php.
References ILIAS\Exercise\InternalDomainService\$data, ILIAS\Exercise\InternalDomainService\$repo, and ILIAS\Repository\initDomainServices().
Here is the call graph for this function:| ILIAS\Exercise\InternalDomainService::assignment | ( | ) |
Definition at line 67 of file class.InternalDomainService.php.
References ILIAS\Exercise\InternalDomainService\$assignment_service.
Referenced by ILIAS\Exercise\Submission\SubmissionManager\__construct(), and ilAssignmentPresentationGUI\__construct().
Here is the caller graph for this function:| ILIAS\Exercise\InternalDomainService::exercise | ( | int | $obj_id | ) |
Definition at line 112 of file class.InternalDomainService.php.
| ILIAS\Exercise\InternalDomainService::exerciseSettings | ( | ) |
Definition at line 122 of file class.InternalDomainService.php.
| ILIAS\Exercise\InternalDomainService::individualDeadline | ( | ) |
Definition at line 107 of file class.InternalDomainService.php.
| ILIAS\Exercise\InternalDomainService::log | ( | ) |
Definition at line 57 of file class.InternalDomainService.php.
References ILIAS\Repository\logger().
Here is the call graph for this function:| ILIAS\Exercise\InternalDomainService::notification | ( | int | $ref_id | ) |
| ILIAS\Exercise\InternalDomainService::object | ( | int | $ref_id | ) |
Definition at line 62 of file class.InternalDomainService.php.
| ILIAS\Exercise\InternalDomainService::peerReview | ( | ) |
Definition at line 82 of file class.InternalDomainService.php.
| ILIAS\Exercise\InternalDomainService::submission | ( | int | $ass_id | ) |
| ILIAS\Exercise\InternalDomainService::team | ( | ) |
Definition at line 98 of file class.InternalDomainService.php.
Referenced by ILIAS\Exercise\Submission\SubmissionManager\__construct().
Here is the caller graph for this function:| ILIAS\Exercise\InternalDomainService::userEvent | ( | ) |
Definition at line 131 of file class.InternalDomainService.php.
|
protected |
Definition at line 41 of file class.InternalDomainService.php.
Referenced by ILIAS\Exercise\InternalDomainService\assignment().
|
protected |
Definition at line 38 of file class.InternalDomainService.php.
Referenced by ILIAS\Exercise\InternalDomainService\__construct().
|
protected |
Definition at line 40 of file class.InternalDomainService.php.
|
protected |
Definition at line 39 of file class.InternalDomainService.php.
Referenced by ILIAS\Exercise\InternalDomainService\__construct().