|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for ilDynamicTestQuestionChangeListener:
Collaboration diagram for ilDynamicTestQuestionChangeListener:Public Member Functions | |
| __construct (ilDBInterface $db) | |
| addTestObjId ($testObjId) | |
| getTestObjIds () | |
| notifyQuestionCreated (assQuestion $question) | |
| notifyQuestionEdited (assQuestion $question) | |
| notifyQuestionDeleted (assQuestion $question) | |
| notifyQuestionCreated (assQuestion $question) | |
| notifyQuestionEdited (assQuestion $question) | |
| notifyQuestionDeleted (assQuestion $question) | |
Protected Attributes | |
| $db = null | |
Private Member Functions | |
| deleteTestsParticipantsQuestionData (assQuestion $question) | |
| deleteTestsParticipantsResultsForQuestion ($activeIds, $questionId) | |
| deleteTestsParticipantsTrackingsForQuestion ($activeIds, $questionId) | |
| getActiveIds () | |
Private Attributes | |
| $testObjIds = array() | |
Definition at line 14 of file class.ilDynamicTestQuestionChangeListener.php.
| ilDynamicTestQuestionChangeListener::__construct | ( | ilDBInterface | $db | ) |
| ilDBInterface | $db |
Definition at line 24 of file class.ilDynamicTestQuestionChangeListener.php.
References $db.
| ilDynamicTestQuestionChangeListener::addTestObjId | ( | $testObjId | ) |
| integer | $testObjId |
Definition at line 37 of file class.ilDynamicTestQuestionChangeListener.php.
|
private |
| assQuestion | $question |
Definition at line 77 of file class.ilDynamicTestQuestionChangeListener.php.
References deleteTestsParticipantsResultsForQuestion(), deleteTestsParticipantsTrackingsForQuestion(), getActiveIds(), and assQuestion\getId().
Referenced by notifyQuestionDeleted(), and notifyQuestionEdited().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 89 of file class.ilDynamicTestQuestionChangeListener.php.
Referenced by deleteTestsParticipantsQuestionData().
Here is the caller graph for this function:
|
private |
Definition at line 116 of file class.ilDynamicTestQuestionChangeListener.php.
References $table.
Referenced by deleteTestsParticipantsQuestionData().
Here is the caller graph for this function:
|
private |
Definition at line 133 of file class.ilDynamicTestQuestionChangeListener.php.
References $res, $row, and getTestObjIds().
Referenced by deleteTestsParticipantsQuestionData().
Here is the call graph for this function:
Here is the caller graph for this function:| ilDynamicTestQuestionChangeListener::getTestObjIds | ( | ) |
Definition at line 45 of file class.ilDynamicTestQuestionChangeListener.php.
References $testObjIds.
Referenced by getActiveIds().
Here is the caller graph for this function:| ilDynamicTestQuestionChangeListener::notifyQuestionCreated | ( | assQuestion | $question | ) |
| assQuestion | $question |
Implements ilQuestionChangeListener.
Definition at line 53 of file class.ilDynamicTestQuestionChangeListener.php.
| ilDynamicTestQuestionChangeListener::notifyQuestionDeleted | ( | assQuestion | $question | ) |
| assQuestion | $question |
Implements ilQuestionChangeListener.
Definition at line 68 of file class.ilDynamicTestQuestionChangeListener.php.
References deleteTestsParticipantsQuestionData().
Here is the call graph for this function:| ilDynamicTestQuestionChangeListener::notifyQuestionEdited | ( | assQuestion | $question | ) |
| assQuestion | $question |
Implements ilQuestionChangeListener.
Definition at line 62 of file class.ilDynamicTestQuestionChangeListener.php.
References deleteTestsParticipantsQuestionData().
Here is the call graph for this function:
|
protected |
Definition at line 19 of file class.ilDynamicTestQuestionChangeListener.php.
Referenced by __construct().
|
private |
Definition at line 32 of file class.ilDynamicTestQuestionChangeListener.php.
Referenced by getTestObjIds().