|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ilAssQuestionSkillAssignmentList:Public Member Functions | |
| __construct (private readonly ilDBInterface $db) | |
| setParentObjId (?int $parent_obj_id) | |
| getParentObjId () | |
| getQuestionIdFilter () | |
| setQuestionIdFilter (?int $question_id_filter) | |
| reset () | |
| addAssignment (ilAssQuestionSkillAssignment $assignment) | |
| loadFromDb () | |
| loadAdditionalSkillData () | |
| getAssignmentsByQuestionId (int $question_id) | |
| isAssignedToQuestionId (int $skill_base_id, int $skill_tref_id, int $question_id) | |
| getUniqueAssignedSkills () | |
| isAssignedSkill (int $skill_base_id, int $skill_tref_id) | |
| getNumAssignsBySkill (int $skill_base_id, int $skill_tref_id) | |
| getMaxPointsBySkill (int $skill_base_id, int $skill_tref_id) | |
| hasSkillsAssignedLowerThanBarrier () | |
Private Member Functions | |
| incrementNumAssignsBySkill (ilAssQuestionSkillAssignment $assignment) | |
| incrementMaxPointsBySkill (ilAssQuestionSkillAssignment $assignment) | |
| getWhereConditions () | |
| buildSkillQuestionAssignmentByArray (array $data) | |
| buildSkillKey (int $skill_base_id, int $skill_tref_id) | |
Private Attributes | |
| int | $parent_obj_id = null |
| array | $assignments = [] |
| array | $num_assigns_by_skill = [] |
| array | $max_points_by_skill = [] |
| int | $question_id_filter = null |
Definition at line 21 of file class.ilAssQuestionSkillAssignmentList.php.
| ilAssQuestionSkillAssignmentList::__construct | ( | private readonly ilDBInterface | $db | ) |
Definition at line 33 of file class.ilAssQuestionSkillAssignmentList.php.
| ilAssQuestionSkillAssignmentList::addAssignment | ( | ilAssQuestionSkillAssignment | $assignment | ) |
Definition at line 65 of file class.ilAssQuestionSkillAssignmentList.php.
References ilAssQuestionSkillAssignment\getQuestionId().
Referenced by loadFromDb().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 135 of file class.ilAssQuestionSkillAssignmentList.php.
Referenced by getMaxPointsBySkill(), getNumAssignsBySkill(), getUniqueAssignedSkills(), incrementMaxPointsBySkill(), and incrementNumAssignsBySkill().
Here is the caller graph for this function:
|
private |
Definition at line 121 of file class.ilAssQuestionSkillAssignmentList.php.
References $data.
Referenced by loadFromDb().
Here is the caller graph for this function:| ilAssQuestionSkillAssignmentList::getAssignmentsByQuestionId | ( | int | $question_id | ) |
Definition at line 152 of file class.ilAssQuestionSkillAssignmentList.php.
| ilAssQuestionSkillAssignmentList::getMaxPointsBySkill | ( | int | $skill_base_id, |
| int | $skill_tref_id | ||
| ) |
Definition at line 226 of file class.ilAssQuestionSkillAssignmentList.php.
References buildSkillKey().
Referenced by getUniqueAssignedSkills().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAssQuestionSkillAssignmentList::getNumAssignsBySkill | ( | int | $skill_base_id, |
| int | $skill_tref_id | ||
| ) |
Definition at line 221 of file class.ilAssQuestionSkillAssignmentList.php.
References buildSkillKey().
Referenced by getUniqueAssignedSkills().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAssQuestionSkillAssignmentList::getParentObjId | ( | ) |
Definition at line 43 of file class.ilAssQuestionSkillAssignmentList.php.
References $parent_obj_id.
| ilAssQuestionSkillAssignmentList::getQuestionIdFilter | ( | ) |
Definition at line 48 of file class.ilAssQuestionSkillAssignmentList.php.
References $question_id_filter.
Referenced by getWhereConditions().
Here is the caller graph for this function:| ilAssQuestionSkillAssignmentList::getUniqueAssignedSkills | ( | ) |
Definition at line 178 of file class.ilAssQuestionSkillAssignmentList.php.
References buildSkillKey(), getMaxPointsBySkill(), and getNumAssignsBySkill().
Referenced by hasSkillsAssignedLowerThanBarrier(), and isAssignedSkill().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 110 of file class.ilAssQuestionSkillAssignmentList.php.
References getQuestionIdFilter().
Here is the call graph for this function:| ilAssQuestionSkillAssignmentList::hasSkillsAssignedLowerThanBarrier | ( | ) |
Definition at line 231 of file class.ilAssQuestionSkillAssignmentList.php.
References getUniqueAssignedSkills().
Here is the call graph for this function:
|
private |
Definition at line 79 of file class.ilAssQuestionSkillAssignmentList.php.
References buildSkillKey(), ilAssQuestionSkillAssignment\getMaxSkillPoints(), ilAssQuestionSkillAssignment\getSkillBaseId(), and ilAssQuestionSkillAssignment\getSkillTrefId().
Referenced by loadFromDb().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 71 of file class.ilAssQuestionSkillAssignmentList.php.
References buildSkillKey(), ilAssQuestionSkillAssignment\getSkillBaseId(), and ilAssQuestionSkillAssignment\getSkillTrefId().
Referenced by loadFromDb().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAssQuestionSkillAssignmentList::isAssignedSkill | ( | int | $skill_base_id, |
| int | $skill_tref_id | ||
| ) |
Definition at line 206 of file class.ilAssQuestionSkillAssignmentList.php.
References getUniqueAssignedSkills().
Here is the call graph for this function:| ilAssQuestionSkillAssignmentList::isAssignedToQuestionId | ( | int | $skill_base_id, |
| int | $skill_tref_id, | ||
| int | $question_id | ||
| ) |
Definition at line 157 of file class.ilAssQuestionSkillAssignmentList.php.
| ilAssQuestionSkillAssignmentList::loadAdditionalSkillData | ( | ) |
Definition at line 140 of file class.ilAssQuestionSkillAssignmentList.php.
| ilAssQuestionSkillAssignmentList::loadFromDb | ( | ) |
Definition at line 87 of file class.ilAssQuestionSkillAssignmentList.php.
References $res, addAssignment(), buildSkillQuestionAssignmentByArray(), incrementMaxPointsBySkill(), incrementNumAssignsBySkill(), and reset().
Here is the call graph for this function:| ilAssQuestionSkillAssignmentList::reset | ( | ) |
Definition at line 58 of file class.ilAssQuestionSkillAssignmentList.php.
Referenced by loadFromDb().
Here is the caller graph for this function:| ilAssQuestionSkillAssignmentList::setParentObjId | ( | ?int | $parent_obj_id | ) |
Definition at line 38 of file class.ilAssQuestionSkillAssignmentList.php.
References $parent_obj_id.
| ilAssQuestionSkillAssignmentList::setQuestionIdFilter | ( | ?int | $question_id_filter | ) |
Definition at line 53 of file class.ilAssQuestionSkillAssignmentList.php.
References $question_id_filter.
|
private |
Definition at line 25 of file class.ilAssQuestionSkillAssignmentList.php.
|
private |
Definition at line 29 of file class.ilAssQuestionSkillAssignmentList.php.
|
private |
Definition at line 27 of file class.ilAssQuestionSkillAssignmentList.php.
|
private |
Definition at line 23 of file class.ilAssQuestionSkillAssignmentList.php.
Referenced by getParentObjId(), and setParentObjId().
|
private |
Definition at line 31 of file class.ilAssQuestionSkillAssignmentList.php.
Referenced by getQuestionIdFilter(), and setQuestionIdFilter().