|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ILIAS\Survey\Sequence\SequenceDBRepository: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().
Here is the caller graph for this function:| 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().
Here is the call graph for this function:
|
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().