|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Collaboration diagram for ILIAS\Container\Skills\ContainerSkillDBRepository:Public Member Functions | |
| __construct (\ilDBInterface $db=null, SkillInternalFactoryService $factory_service=null,) | |
| add (int $cont_obj_id, int $skill_id, int $tref_id) | |
| remove (int $cont_obj_id, int $skill_id, int $tref_id) | |
| removeForSkill (int $skill_node_id, bool $is_reference) | |
| getAll (int $cont_obj_id) | |
Protected Member Functions | |
| getContainerSkillFromRecord (array $rec) | |
Protected Attributes | |
| ilDBInterface | $db |
| SkillInternalFactoryService | $factory_service |
Definition at line 24 of file class.ContainerSkillDBRepository.php.
| ILIAS\Container\Skills\ContainerSkillDBRepository::__construct | ( | \ilDBInterface | $db = null, |
| SkillInternalFactoryService | $factory_service = null |
||
| ) |
Definition at line 29 of file class.ContainerSkillDBRepository.php.
References ILIAS\Container\Skills\ContainerSkillDBRepository\$db, $DIC, and ILIAS\Container\Skills\ContainerSkillDBRepository\$factory_service.
| ILIAS\Container\Skills\ContainerSkillDBRepository::add | ( | int | $cont_obj_id, |
| int | $skill_id, | ||
| int | $tref_id | ||
| ) |
Definition at line 39 of file class.ContainerSkillDBRepository.php.
| ILIAS\Container\Skills\ContainerSkillDBRepository::getAll | ( | int | $cont_obj_id | ) |
Definition at line 76 of file class.ContainerSkillDBRepository.php.
References ILIAS\Container\Skills\ContainerSkillDBRepository\getContainerSkillFromRecord().
Here is the call graph for this function:
|
protected |
Definition at line 90 of file class.ContainerSkillDBRepository.php.
References ILIAS\Repository\int().
Referenced by ILIAS\Container\Skills\ContainerSkillDBRepository\getAll().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\Container\Skills\ContainerSkillDBRepository::remove | ( | int | $cont_obj_id, |
| int | $skill_id, | ||
| int | $tref_id | ||
| ) |
Definition at line 52 of file class.ContainerSkillDBRepository.php.
| ILIAS\Container\Skills\ContainerSkillDBRepository::removeForSkill | ( | int | $skill_node_id, |
| bool | $is_reference | ||
| ) |
Definition at line 62 of file class.ContainerSkillDBRepository.php.
|
protected |
Definition at line 26 of file class.ContainerSkillDBRepository.php.
Referenced by ILIAS\Container\Skills\ContainerSkillDBRepository\__construct().
|
protected |
Definition at line 27 of file class.ContainerSkillDBRepository.php.
Referenced by ILIAS\Container\Skills\ContainerSkillDBRepository\__construct().