ILIAS
release_8 Revision v8.19
|
Survey internal domain service. More...
Public Member Functions | |
__construct (ModeFactory $mode_factory, InternalRepoService $repo_service, InternalDataService $data_service) | |
log () | |
modeFeatureConfig (int $mode) | |
participants () | |
execution () | |
access (int $ref_id, int $user_id) | |
code (\ilObjSurvey $survey, int $user_id) | |
evaluation (\ilObjSurvey $survey, int $user_id, int $requested_appr_id=0, string $requested_rater_id="") | |
edit () | |
sequence (int $survey_id, \ilObjSurvey $survey) | |
Protected Attributes | |
ModeFactory | $mode_factory |
InternalRepoService | $repo_service |
InternalDataService | $data_service |
Survey internal domain service.
Definition at line 34 of file class.InternalDomainService.php.
ILIAS\Survey\InternalDomainService::__construct | ( | ModeFactory | $mode_factory, |
InternalRepoService | $repo_service, | ||
InternalDataService | $data_service | ||
) |
Definition at line 42 of file class.InternalDomainService.php.
References ILIAS\Survey\InternalDomainService\$data_service, $DIC, ILIAS\Survey\InternalDomainService\$mode_factory, ILIAS\Survey\InternalDomainService\$repo_service, ILIAS\Survey\InternalDomainService\access(), ILIAS\Repository\initDomainServices(), and ILIAS\Repository\lng().
ILIAS\Survey\InternalDomainService::access | ( | int | $ref_id, |
int | $user_id | ||
) |
Definition at line 87 of file class.InternalDomainService.php.
Referenced by ILIAS\Survey\Code\CodeManager\__construct(), and ILIAS\Survey\InternalDomainService\__construct().
ILIAS\Survey\InternalDomainService::code | ( | \ilObjSurvey | $survey, |
int | $user_id | ||
) |
Definition at line 97 of file class.InternalDomainService.php.
References ILIAS\Survey\InternalDomainService\$data_service.
Referenced by ILIAS\Survey\Execution\RunManager\__construct().
ILIAS\Survey\InternalDomainService::edit | ( | ) |
Definition at line 124 of file class.InternalDomainService.php.
ILIAS\Survey\InternalDomainService::evaluation | ( | \ilObjSurvey | $survey, |
int | $user_id, | ||
int | $requested_appr_id = 0 , |
||
string | $requested_rater_id = "" |
||
) |
Definition at line 108 of file class.InternalDomainService.php.
ILIAS\Survey\InternalDomainService::execution | ( | ) |
Definition at line 79 of file class.InternalDomainService.php.
Referenced by ILIAS\Survey\Participants\StatusManager\__construct().
ILIAS\Survey\InternalDomainService::log | ( | ) |
Definition at line 60 of file class.InternalDomainService.php.
References ILIAS\Repository\logger().
Referenced by ILIAS\Survey\Sequence\SequenceManager\__construct().
ILIAS\Survey\InternalDomainService::modeFeatureConfig | ( | int | $mode | ) |
Definition at line 65 of file class.InternalDomainService.php.
Referenced by ILIAS\Survey\Execution\RunManager\__construct().
ILIAS\Survey\InternalDomainService::participants | ( | ) |
Definition at line 71 of file class.InternalDomainService.php.
ILIAS\Survey\InternalDomainService::sequence | ( | int | $survey_id, |
\ilObjSurvey | $survey | ||
) |
Definition at line 132 of file class.InternalDomainService.php.
|
protected |
Definition at line 40 of file class.InternalDomainService.php.
Referenced by ILIAS\Survey\InternalDomainService\__construct(), and ILIAS\Survey\InternalDomainService\code().
|
protected |
Definition at line 38 of file class.InternalDomainService.php.
Referenced by ILIAS\Survey\InternalDomainService\__construct().
|
protected |
Definition at line 39 of file class.InternalDomainService.php.
Referenced by ILIAS\Survey\InternalDomainService\__construct().