ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
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 23 of file class.ContainerSkillDBRepository.php.
ILIAS\Container\Skills\ContainerSkillDBRepository::__construct | ( | ?\ilDBInterface | $db = null , |
?SkillInternalFactoryService | $factory_service = null |
||
) |
Definition at line 28 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 38 of file class.ContainerSkillDBRepository.php.
ILIAS\Container\Skills\ContainerSkillDBRepository::getAll | ( | int | $cont_obj_id | ) |
Definition at line 75 of file class.ContainerSkillDBRepository.php.
References ILIAS\Container\Skills\ContainerSkillDBRepository\getContainerSkillFromRecord().
|
protected |
Definition at line 89 of file class.ContainerSkillDBRepository.php.
References ILIAS\Repository\int().
Referenced by ILIAS\Container\Skills\ContainerSkillDBRepository\getAll().
ILIAS\Container\Skills\ContainerSkillDBRepository::remove | ( | int | $cont_obj_id, |
int | $skill_id, | ||
int | $tref_id | ||
) |
Definition at line 51 of file class.ContainerSkillDBRepository.php.
ILIAS\Container\Skills\ContainerSkillDBRepository::removeForSkill | ( | int | $skill_node_id, |
bool | $is_reference | ||
) |
Definition at line 61 of file class.ContainerSkillDBRepository.php.
|
protected |
Definition at line 25 of file class.ContainerSkillDBRepository.php.
Referenced by ILIAS\Container\Skills\ContainerSkillDBRepository\__construct().
|
protected |
Definition at line 26 of file class.ContainerSkillDBRepository.php.
Referenced by ILIAS\Container\Skills\ContainerSkillDBRepository\__construct().