|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Inheritance diagram for ilAssQuestionAssignedSkillList:
Collaboration diagram for ilAssQuestionAssignedSkillList:Public Member Functions | |
| addSkill ($skillBaseId, $skillTrefId) | |
| skillsExist () | |
| current () | |
| next () | |
| key () | |
| valid () | |
| rewind () | |
| sleep () | |
| wakeup () | |
Protected Attributes | |
| $skills = array() | |
Definition at line 10 of file class.ilAssQuestionAssignedSkillList.php.
| ilAssQuestionAssignedSkillList::addSkill | ( | $skillBaseId, | |
| $skillTrefId | |||
| ) |
| integer | $skillBaseId | |
| integer | $skillTrefId |
Definition at line 21 of file class.ilAssQuestionAssignedSkillList.php.
| ilAssQuestionAssignedSkillList::current | ( | ) |
Definition at line 37 of file class.ilAssQuestionAssignedSkillList.php.
References current().
Referenced by current().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAssQuestionAssignedSkillList::key | ( | ) |
Definition at line 53 of file class.ilAssQuestionAssignedSkillList.php.
Referenced by key(), and valid().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAssQuestionAssignedSkillList::next | ( | ) |
Definition at line 45 of file class.ilAssQuestionAssignedSkillList.php.
References next().
Referenced by next().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAssQuestionAssignedSkillList::rewind | ( | ) |
Definition at line 71 of file class.ilAssQuestionAssignedSkillList.php.
| ilAssQuestionAssignedSkillList::skillsExist | ( | ) |
Definition at line 29 of file class.ilAssQuestionAssignedSkillList.php.
| ilAssQuestionAssignedSkillList::sleep | ( | ) |
Definition at line 79 of file class.ilAssQuestionAssignedSkillList.php.
| ilAssQuestionAssignedSkillList::valid | ( | ) |
| ilAssQuestionAssignedSkillList::wakeup | ( | ) |
Definition at line 84 of file class.ilAssQuestionAssignedSkillList.php.
|
protected |
Definition at line 15 of file class.ilAssQuestionAssignedSkillList.php.