|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for ilAssSpecificFeedbackIdentifierList:
Collaboration diagram for ilAssSpecificFeedbackIdentifierList:Public Member Functions | |
| load ($questionId) | |
| current () | |
| next () | |
| key () | |
| valid () | |
| rewind () | |
Protected Member Functions | |
| add (ilAssSpecificFeedbackIdentifier $identifier) | |
| getSpecificFeedbackTableName () | |
Protected Attributes | |
| $map = array() | |
Definition at line 15 of file class.ilAssSpecificFeedbackIdentifierList.php.
|
protected |
| ilAssSpecificFeedbackIdentifier | $identifier |
Definition at line 25 of file class.ilAssSpecificFeedbackIdentifierList.php.
Referenced by load().
Here is the caller graph for this function:| ilAssSpecificFeedbackIdentifierList::current | ( | ) |
Definition at line 62 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 99 of file class.ilAssSpecificFeedbackIdentifierList.php.
References ilAssMultiOptionQuestionFeedback\TABLE_NAME_SPECIFIC_FEEDBACK.
| ilAssSpecificFeedbackIdentifierList::key | ( | ) |
Definition at line 78 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 | ( | $questionId | ) |
| integer | $questionId |
Definition at line 33 of file class.ilAssSpecificFeedbackIdentifierList.php.
References $DIC, $res, $row, 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 94 of file class.ilAssSpecificFeedbackIdentifierList.php.
| ilAssSpecificFeedbackIdentifierList::valid | ( | ) |
Definition at line 86 of file class.ilAssSpecificFeedbackIdentifierList.php.
References key().
Here is the call graph for this function:
|
protected |
Definition at line 20 of file class.ilAssSpecificFeedbackIdentifierList.php.