|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\Container\Skills\ContainerMemberSkillDBRepository:Public Member Functions | |
| __construct (?\ilDBInterface $db=null, ?SkillInternalFactoryService $factory_service=null,) | |
| add (int $cont_obj_id, int $user_id, int $skill_id, int $tref_id, int $level_id) | |
| remove (int $cont_obj_id, int $user_id, int $skill_id, int $tref_id) | |
| removeAll (int $cont_obj_id, int $user_id) | |
| removeForSkill (int $skill_node_id, bool $is_reference) | |
| publish (int $cont_obj_id, int $user_id) | |
| getPublished (int $cont_obj_id, int $user_id) | |
| getAll (int $cont_obj_id, int $user_id) | |
| getLevel (int $cont_obj_id, int $user_id, int $skill_id, int $tref_id) | |
Protected Member Functions | |
| getContainerMemberSkillFromRecord (array $rec) | |
Protected Attributes | |
| ilDBInterface | $db |
| SkillInternalFactoryService | $factory_service |
Definition at line 23 of file class.ContainerMemberSkillDBRepository.php.
| ILIAS\Container\Skills\ContainerMemberSkillDBRepository::__construct | ( | ?\ilDBInterface | $db = null, |
| ?SkillInternalFactoryService | $factory_service = null |
||
| ) |
Definition at line 28 of file class.ContainerMemberSkillDBRepository.php.
References ILIAS\Container\Skills\ContainerMemberSkillDBRepository\$db, $DIC, and ILIAS\Container\Skills\ContainerMemberSkillDBRepository\$factory_service.
| ILIAS\Container\Skills\ContainerMemberSkillDBRepository::add | ( | int | $cont_obj_id, |
| int | $user_id, | ||
| int | $skill_id, | ||
| int | $tref_id, | ||
| int | $level_id | ||
| ) |
Definition at line 38 of file class.ContainerMemberSkillDBRepository.php.
References $user_id.
| ILIAS\Container\Skills\ContainerMemberSkillDBRepository::getAll | ( | int | $cont_obj_id, |
| int | $user_id | ||
| ) |
Definition at line 108 of file class.ContainerMemberSkillDBRepository.php.
References $user_id, and ILIAS\Container\Skills\ContainerMemberSkillDBRepository\getContainerMemberSkillFromRecord().
Here is the call graph for this function:
|
protected |
Definition at line 137 of file class.ContainerMemberSkillDBRepository.php.
References ILIAS\Repository\int().
Referenced by ILIAS\Container\Skills\ContainerMemberSkillDBRepository\getAll().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\Container\Skills\ContainerMemberSkillDBRepository::getLevel | ( | int | $cont_obj_id, |
| int | $user_id, | ||
| int | $skill_id, | ||
| int | $tref_id | ||
| ) |
Definition at line 122 of file class.ContainerMemberSkillDBRepository.php.
References $user_id.
| ILIAS\Container\Skills\ContainerMemberSkillDBRepository::getPublished | ( | int | $cont_obj_id, |
| int | $user_id | ||
| ) |
Definition at line 90 of file class.ContainerMemberSkillDBRepository.php.
References $user_id.
| ILIAS\Container\Skills\ContainerMemberSkillDBRepository::publish | ( | int | $cont_obj_id, |
| int | $user_id | ||
| ) |
Definition at line 82 of file class.ContainerMemberSkillDBRepository.php.
References $user_id.
| ILIAS\Container\Skills\ContainerMemberSkillDBRepository::remove | ( | int | $cont_obj_id, |
| int | $user_id, | ||
| int | $skill_id, | ||
| int | $tref_id | ||
| ) |
Definition at line 55 of file class.ContainerMemberSkillDBRepository.php.
References $user_id.
| ILIAS\Container\Skills\ContainerMemberSkillDBRepository::removeAll | ( | int | $cont_obj_id, |
| int | $user_id | ||
| ) |
Definition at line 64 of file class.ContainerMemberSkillDBRepository.php.
References $user_id.
| ILIAS\Container\Skills\ContainerMemberSkillDBRepository::removeForSkill | ( | int | $skill_node_id, |
| bool | $is_reference | ||
| ) |
Definition at line 71 of file class.ContainerMemberSkillDBRepository.php.
|
protected |
Definition at line 25 of file class.ContainerMemberSkillDBRepository.php.
Referenced by ILIAS\Container\Skills\ContainerMemberSkillDBRepository\__construct().
|
protected |
Definition at line 26 of file class.ContainerMemberSkillDBRepository.php.
Referenced by ILIAS\Container\Skills\ContainerMemberSkillDBRepository\__construct().