|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Collaboration diagram for ILIAS\Exercise\InternalDomainService:Public Member Functions | |
| __construct (Container $dic, InternalDataService $data, InternalRepoService $repo) | |
| log () | |
| object (int $ref_id) | |
| assignment () | |
| peerReview (\ilExAssignment $ass) | |
| notification (int $ref_id) | |
| team () | |
| individualDeadline () | |
| exercise (int $obj_id) | |
| userEvent () | |
Protected Attributes | |
| InternalDataService | $data |
| InternalRepoService | $repo |
| Assignment DomainService | $assignment_service |
Definition at line 33 of file class.InternalDomainService.php.
| ILIAS\Exercise\InternalDomainService::__construct | ( | Container | $dic, |
| InternalDataService | $data, | ||
| InternalRepoService | $repo | ||
| ) |
Definition at line 41 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 65 of file class.InternalDomainService.php.
References ILIAS\Exercise\InternalDomainService\$assignment_service.
Referenced by ilAssignmentPresentationGUI\__construct().
Here is the caller graph for this function:| ILIAS\Exercise\InternalDomainService::exercise | ( | int | $obj_id | ) |
Definition at line 100 of file class.InternalDomainService.php.
| ILIAS\Exercise\InternalDomainService::individualDeadline | ( | ) |
Definition at line 95 of file class.InternalDomainService.php.
| ILIAS\Exercise\InternalDomainService::log | ( | ) |
Definition at line 55 of file class.InternalDomainService.php.
References ILIAS\Repository\logger().
Here is the call graph for this function:| ILIAS\Exercise\InternalDomainService::notification | ( | int | $ref_id | ) |
Definition at line 78 of file class.InternalDomainService.php.
| ILIAS\Exercise\InternalDomainService::object | ( | int | $ref_id | ) |
Definition at line 60 of file class.InternalDomainService.php.
Referenced by ILIAS\Exercise\Notification\NotificationManager\__construct().
Here is the caller graph for this function:| ILIAS\Exercise\InternalDomainService::peerReview | ( | \ilExAssignment | $ass | ) |
Definition at line 70 of file class.InternalDomainService.php.
References ilExAssignment\getPeerReview().
Here is the call graph for this function:| ILIAS\Exercise\InternalDomainService::team | ( | ) |
Definition at line 86 of file class.InternalDomainService.php.
| ILIAS\Exercise\InternalDomainService::userEvent | ( | ) |
Definition at line 110 of file class.InternalDomainService.php.
|
protected |
Definition at line 39 of file class.InternalDomainService.php.
Referenced by ILIAS\Exercise\InternalDomainService\assignment().
|
protected |
Definition at line 37 of file class.InternalDomainService.php.
Referenced by ILIAS\Exercise\InternalDomainService\__construct().
|
protected |
Definition at line 38 of file class.InternalDomainService.php.
Referenced by ILIAS\Exercise\InternalDomainService\__construct().