ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
Participants domain service. More...
Public Member Functions | |
__construct (InternalDomainService $domain_service, InternalRepoService $repo_service) | |
invitations () | |
status (\ilObjSurvey $survey, int $user_id) | |
Protected Attributes | |
InternalRepoService | $repo_service |
InternalDomainService | $domain_service |
InvitationsManager | $invitations_manager |
Static Protected Attributes | |
static array | $managers = [] |
Participants domain service.
Definition at line 30 of file class.DomainService.php.
ILIAS\Survey\Participants\DomainService::__construct | ( | InternalDomainService | $domain_service, |
InternalRepoService | $repo_service | ||
) |
Definition at line 41 of file class.DomainService.php.
References ILIAS\Survey\Execution\DomainService\$domain_service, and ILIAS\Survey\Execution\DomainService\$repo_service.
ILIAS\Survey\Participants\DomainService::invitations | ( | ) |
Definition at line 52 of file class.DomainService.php.
ILIAS\Survey\Participants\DomainService::status | ( | \ilObjSurvey | $survey, |
int | $user_id | ||
) |
Definition at line 57 of file class.DomainService.php.
References $user_id, and ilObject\getId().
|
protected |
Definition at line 33 of file class.DomainService.php.
|
protected |
Definition at line 34 of file class.DomainService.php.
|
staticprotected |
Definition at line 39 of file class.DomainService.php.
|
protected |
Definition at line 32 of file class.DomainService.php.