ILIAS
trunk Revision v11.0_alpha-1769-g99a433fe2dc
|
Public Member Functions | |
__construct (InternalDataService $data, \ilDBInterface $db) | |
insert (int $survey_id, int $svy_question_id) | |
Protected Member Functions | |
count (int $survey_id) | |
Protected Attributes | |
InternalDataService | $data |
ilDBInterface | $db |
Definition at line 25 of file SequenceDBRepository.php.
ILIAS\Survey\Sequence\SequenceDBRepository::__construct | ( | InternalDataService | $data, |
\ilDBInterface | $db | ||
) |
Definition at line 30 of file SequenceDBRepository.php.
References ILIAS\Survey\Sequence\SequenceDBRepository\$data, and ILIAS\Survey\Sequence\SequenceDBRepository\$db.
|
protected |
Definition at line 38 of file SequenceDBRepository.php.
Referenced by ILIAS\Survey\Sequence\SequenceDBRepository\insert().
ILIAS\Survey\Sequence\SequenceDBRepository::insert | ( | int | $survey_id, |
int | $svy_question_id | ||
) |
Definition at line 52 of file SequenceDBRepository.php.
References ILIAS\Survey\Sequence\SequenceDBRepository\count().
|
protected |
Definition at line 27 of file SequenceDBRepository.php.
Referenced by ILIAS\Survey\Sequence\SequenceDBRepository\__construct().
|
protected |
Definition at line 28 of file SequenceDBRepository.php.
Referenced by ILIAS\Survey\Sequence\SequenceDBRepository\__construct().