|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilAssQuestionAssignedSkillList:
Collaboration diagram for ilAssQuestionAssignedSkillList:Public Member Functions | |
| addSkill (int $skill_base_id, int $skill_ref_id) | |
| skillsExist () | |
| current () | |
| next () | |
| key () | |
| valid () | |
| rewind () | |
| sleep () | |
| wakeup () | |
Protected Attributes | |
| array | $skills = [] |
Definition at line 25 of file class.ilAssQuestionAssignedSkillList.php.
| ilAssQuestionAssignedSkillList::addSkill | ( | int | $skill_base_id, |
| int | $skill_ref_id | ||
| ) |
Definition at line 29 of file class.ilAssQuestionAssignedSkillList.php.
| ilAssQuestionAssignedSkillList::current | ( | ) |
Definition at line 39 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 50 of file class.ilAssQuestionAssignedSkillList.php.
References key().
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 61 of file class.ilAssQuestionAssignedSkillList.php.
| ilAssQuestionAssignedSkillList::skillsExist | ( | ) |
Definition at line 34 of file class.ilAssQuestionAssignedSkillList.php.
| ilAssQuestionAssignedSkillList::sleep | ( | ) |
Definition at line 66 of file class.ilAssQuestionAssignedSkillList.php.
| ilAssQuestionAssignedSkillList::valid | ( | ) |
Definition at line 55 of file class.ilAssQuestionAssignedSkillList.php.
Here is the call graph for this function:| ilAssQuestionAssignedSkillList::wakeup | ( | ) |
Definition at line 71 of file class.ilAssQuestionAssignedSkillList.php.
|
protected |
Definition at line 27 of file class.ilAssQuestionAssignedSkillList.php.