◆ __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 {
51 : $appraisee_id;
52 if (!isset(self::$managers[RunManager::class][$survey->getId()][
$user_id][$appraisee_id])) {
53 self::$managers[RunManager::class][$survey->getId()][
$user_id][$appraisee_id] =
54 new RunManager(
55 $this->repo_service,
56 $this->domain_service,
57 $survey,
59 $appraisee_id
60 );
61 }
62 return self::$managers[RunManager::class][$survey->getId()][
$user_id][$appraisee_id];
63 }
References $user_id, and 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: