|
ILIAS
release_8 Revision v8.24
|
Skills of a container. More...
Collaboration diagram for ilContainerSkills:Public Member Functions | |
| __construct (int $a_obj_id) | |
| setId (int $a_val) | |
| getId () | |
| resetSkills () | |
| addSkill (int $a_skill_id, int $a_tref_id) | |
| removeSkill (int $a_skill_id, int $a_tref_id) | |
| getSkills () | |
| getOrderedSkills () | |
| read () | |
| delete () | |
| save () | |
Protected Attributes | |
| ilDBInterface | $db |
| SkillTreeService | $tree_service |
| array | $skills = [] |
| int | $id = 0 |
Skills of a container.
Definition at line 27 of file class.ilContainerSkills.php.
| ilContainerSkills::__construct | ( | int | $a_obj_id | ) |
Definition at line 34 of file class.ilContainerSkills.php.
References $DIC, read(), and setId().
Here is the call graph for this function:| ilContainerSkills::addSkill | ( | int | $a_skill_id, |
| int | $a_tref_id | ||
| ) |
Definition at line 62 of file class.ilContainerSkills.php.
| ilContainerSkills::delete | ( | ) |
Definition at line 101 of file class.ilContainerSkills.php.
References $db, ilDBInterface\manipulate(), and ilDBInterface\quote().
Here is the call graph for this function:| ilContainerSkills::getId | ( | ) |
Definition at line 52 of file class.ilContainerSkills.php.
References $id.
Referenced by ilContSkillMemberTableGUI\__construct().
Here is the caller graph for this function:| ilContainerSkills::getOrderedSkills | ( | ) |
Definition at line 83 of file class.ilContainerSkills.php.
References getSkills().
Here is the call graph for this function:| ilContainerSkills::getSkills | ( | ) |
Definition at line 75 of file class.ilContainerSkills.php.
References $skills.
Referenced by getOrderedSkills().
Here is the caller graph for this function:| ilContainerSkills::read | ( | ) |
Definition at line 89 of file class.ilContainerSkills.php.
References $db, ilDBInterface\fetchAssoc(), ilDBInterface\query(), and ilDBInterface\quote().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilContainerSkills::removeSkill | ( | int | $a_skill_id, |
| int | $a_tref_id | ||
| ) |
Definition at line 70 of file class.ilContainerSkills.php.
| ilContainerSkills::resetSkills | ( | ) |
Definition at line 57 of file class.ilContainerSkills.php.
| ilContainerSkills::save | ( | ) |
Definition at line 109 of file class.ilContainerSkills.php.
References $db, ilDBInterface\manipulate(), and ilDBInterface\quote().
Here is the call graph for this function:| ilContainerSkills::setId | ( | int | $a_val | ) |
Definition at line 47 of file class.ilContainerSkills.php.
Referenced by __construct().
Here is the caller graph for this function:
|
protected |
Definition at line 29 of file class.ilContainerSkills.php.
|
protected |
Definition at line 32 of file class.ilContainerSkills.php.
Referenced by getId().
|
protected |
Definition at line 31 of file class.ilContainerSkills.php.
Referenced by getSkills().
|
protected |
Definition at line 30 of file class.ilContainerSkills.php.