◆ __construct()
◆ run()
| ILIAS\Survey\Execution\DomainService::run |
( |
\ilObjSurvey |
$survey, |
|
|
int |
$user_id, |
|
|
int |
$appraisee_id = 0 |
|
) |
| |
Definition at line 44 of file class.DomainService.php.
48 : RunManager {
49 if (!isset(self::$managers[RunManager::class][$survey->getId()][$user_id][$appraisee_id])) {
50 self::$managers[RunManager::class][$survey->getId()][$user_id][$appraisee_id] =
51 new RunManager(
52 $this->repo_service,
53 $this->domain_service,
54 $survey,
55 $user_id,
56 $appraisee_id
57 );
58 }
59 return self::$managers[RunManager::class][$survey->getId()][$user_id][$appraisee_id];
60 }
References ilObject\getId().
◆ $domain_service
◆ $managers
| array ILIAS\Survey\Execution\DomainService::$managers = [] |
|
staticprotected |
◆ $repo_service
The documentation for this class was generated from the following file: