ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Survey internal data service. More...
Public Member Functions | |
__construct (InternalDataService $data, \ilDBInterface $db) | |
execution () | |
participants () | |
code () | |
settings () | |
edit () | |
evaluation () | |
sequence () | |
Protected Attributes | |
InternalDataService | $data |
ilDBInterface | $db |
Survey internal data service.
Definition at line 31 of file class.InternalRepoService.php.
ILIAS\Survey\InternalRepoService::__construct | ( | InternalDataService | $data, |
\ilDBInterface | $db | ||
) |
Definition at line 36 of file class.InternalRepoService.php.
References ILIAS\Survey\InternalRepoService\$data, and ILIAS\Survey\InternalRepoService\$db.
ILIAS\Survey\InternalRepoService::code | ( | ) |
Definition at line 58 of file class.InternalRepoService.php.
ILIAS\Survey\InternalRepoService::edit | ( | ) |
Definition at line 74 of file class.InternalRepoService.php.
Referenced by ILIAS\Survey\Editing\EditManager\__construct().
ILIAS\Survey\InternalRepoService::evaluation | ( | ) |
Definition at line 79 of file class.InternalRepoService.php.
ILIAS\Survey\InternalRepoService::execution | ( | ) |
Definition at line 42 of file class.InternalRepoService.php.
Referenced by ILIAS\Survey\Survey360\Survey360Manager\__construct(), ILIAS\Survey\Participants\InvitationsManager\__construct(), and ILIAS\Survey\Execution\RunManager\__construct().
ILIAS\Survey\InternalRepoService::participants | ( | ) |
Definition at line 50 of file class.InternalRepoService.php.
Referenced by ILIAS\Survey\Participants\InvitationsManager\__construct().
ILIAS\Survey\InternalRepoService::sequence | ( | ) |
Definition at line 84 of file class.InternalRepoService.php.
Referenced by ILIAS\Survey\Sequence\SequenceManager\__construct().
ILIAS\Survey\InternalRepoService::settings | ( | ) |
Definition at line 66 of file class.InternalRepoService.php.
Referenced by ILIAS\Survey\Survey360\Survey360Manager\__construct(), and ILIAS\Survey\Participants\InvitationsManager\__construct().
|
protected |
Definition at line 33 of file class.InternalRepoService.php.
Referenced by ILIAS\Survey\InternalRepoService\__construct().
|
protected |
Definition at line 34 of file class.InternalRepoService.php.
Referenced by ILIAS\Survey\InternalRepoService\__construct().