|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilAssSpecificFeedbackIdentifierList:
Collaboration diagram for ilAssSpecificFeedbackIdentifierList:Public Member Functions | |
| load (int $questionId) | |
| current () | |
| next () | |
| key () | |
| valid () | |
| rewind () | |
Protected Member Functions | |
| add (ilAssSpecificFeedbackIdentifier $identifier) | |
| getSpecificFeedbackTableName () | |
Protected Attributes | |
| array | $map = array() |
Definition at line 27 of file class.ilAssSpecificFeedbackIdentifierList.php.
|
protected |
Definition at line 34 of file class.ilAssSpecificFeedbackIdentifierList.php.
Referenced by load().
Here is the caller graph for this function:| ilAssSpecificFeedbackIdentifierList::current | ( | ) |
Definition at line 64 of file class.ilAssSpecificFeedbackIdentifierList.php.
References current().
Referenced by current().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 92 of file class.ilAssSpecificFeedbackIdentifierList.php.
References ilAssMultiOptionQuestionFeedback\TABLE_NAME_SPECIFIC_FEEDBACK.
| ilAssSpecificFeedbackIdentifierList::key | ( | ) |
Definition at line 76 of file class.ilAssSpecificFeedbackIdentifierList.php.
References key().
Referenced by key(), and valid().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAssSpecificFeedbackIdentifierList::load | ( | int | $questionId | ) |
Definition at line 39 of file class.ilAssSpecificFeedbackIdentifierList.php.
References $DIC, $res, and add().
Here is the call graph for this function:| ilAssSpecificFeedbackIdentifierList::next | ( | ) |
Definition at line 70 of file class.ilAssSpecificFeedbackIdentifierList.php.
References next().
Referenced by next().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAssSpecificFeedbackIdentifierList::rewind | ( | ) |
Definition at line 87 of file class.ilAssSpecificFeedbackIdentifierList.php.
| ilAssSpecificFeedbackIdentifierList::valid | ( | ) |
Definition at line 81 of file class.ilAssSpecificFeedbackIdentifierList.php.
References key().
Here is the call graph for this function:
|
protected |
Definition at line 32 of file class.ilAssSpecificFeedbackIdentifierList.php.