Participants domain service.
More...
◆ __construct()
◆ invitations()
ILIAS\Survey\Participants\DomainService::invitations |
( |
| ) |
|
◆ status()
ILIAS\Survey\Participants\DomainService::status |
( |
\ilObjSurvey |
$survey, |
|
|
int |
$user_id |
|
) |
| |
Definition at line 57 of file class.DomainService.php.
References ilObject\getId().
59 if (!isset(self::$managers[StatusManager::class][$survey->getId()][$user_id])) {
60 self::$managers[StatusManager::class][$survey->getId()][$user_id] =
62 $this->domain_service,
68 return self::$managers[StatusManager::class][$survey->getId()][$user_id];
◆ $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: