Participants domain service.
More...
◆ __construct()
◆ invitations()
ILIAS\Survey\Participants\DomainService::invitations |
( |
| ) |
|
Definition at line 52 of file class.DomainService.php.
52 : InvitationsManager
53 {
54 return $this->invitations_manager;
55 }
◆ status()
ILIAS\Survey\Participants\DomainService::status |
( |
\ilObjSurvey |
$survey, |
|
|
int |
$user_id |
|
) |
| |
Definition at line 57 of file class.DomainService.php.
57 : StatusManager
58 {
59 if (!isset(self::$managers[StatusManager::class][$survey->getId()][
$user_id])) {
60 self::$managers[StatusManager::class][$survey->getId()][
$user_id] =
61 new StatusManager(
62 $this->domain_service,
63 $this->repo_service,
64 $survey,
66 );
67 }
68 return self::$managers[StatusManager::class][$survey->getId()][
$user_id];
69 }
References $user_id, and ilObject\getId().
◆ $domain_service
◆ $invitations_manager
◆ $managers
array ILIAS\Survey\Participants\DomainService::$managers = [] |
|
staticprotected |
◆ $repo_service
The documentation for this class was generated from the following file: