ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Public Member Functions | |
__construct (?\ilDBInterface $db=null, ?Service\SkillInternalFactoryService $factory_service=null) | |
deleteProfileRoles (int $profile_id) | |
get (int $profile_id) | |
getRoleAssignmentFromRecord (array $rec) | |
addRoleToProfile (int $profile_id, int $role_id) | |
removeRoleFromProfile (int $profile_id, int $role_id) | |
removeRoleFromAllProfiles (int $role_id) | |
getAllProfilesOfRole (int $role_id) | |
getGlobalProfilesOfRole (int $role_id) | |
getLocalProfilesOfRole (int $role_id) | |
countRoles (int $profile_id) | |
Protected Member Functions | |
getProfileFromRecord (array $rec) | |
getRoleProfileFromRecord (array $rec) | |
Protected Attributes | |
ilDBInterface | $db |
Service SkillInternalFactoryService | $factory_service |
Definition at line 25 of file class.SkillProfileRoleDBRepository.php.
ILIAS\Skill\Profile\SkillProfileRoleDBRepository::__construct | ( | ?\ilDBInterface | $db = null , |
?Service\SkillInternalFactoryService | $factory_service = null |
||
) |
Definition at line 30 of file class.SkillProfileRoleDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileRoleDBRepository\$db, $DIC, and ILIAS\Skill\Profile\SkillProfileRoleDBRepository\$factory_service.
ILIAS\Skill\Profile\SkillProfileRoleDBRepository::addRoleToProfile | ( | int | $profile_id, |
int | $role_id | ||
) |
Definition at line 77 of file class.SkillProfileRoleDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileRoleDBRepository\$db, and $ilDB.
ILIAS\Skill\Profile\SkillProfileRoleDBRepository::countRoles | ( | int | $profile_id | ) |
Definition at line 214 of file class.SkillProfileRoleDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileRoleDBRepository\$db, and $ilDB.
ILIAS\Skill\Profile\SkillProfileRoleDBRepository::deleteProfileRoles | ( | int | $profile_id | ) |
Definition at line 40 of file class.SkillProfileRoleDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileRoleDBRepository\$db, and $ilDB.
ILIAS\Skill\Profile\SkillProfileRoleDBRepository::get | ( | int | $profile_id | ) |
Definition at line 50 of file class.SkillProfileRoleDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileRoleDBRepository\$db, and $ilDB.
ILIAS\Skill\Profile\SkillProfileRoleDBRepository::getAllProfilesOfRole | ( | int | $role_id | ) |
Definition at line 114 of file class.SkillProfileRoleDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileRoleDBRepository\$db, $ilDB, ILIAS\Skill\Profile\SkillProfileRoleDBRepository\getRoleProfileFromRecord(), and ILIAS\Repository\int().
ILIAS\Skill\Profile\SkillProfileRoleDBRepository::getGlobalProfilesOfRole | ( | int | $role_id | ) |
Definition at line 134 of file class.SkillProfileRoleDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileRoleDBRepository\$db, $ilDB, ILIAS\Skill\Profile\SkillProfileRoleDBRepository\getRoleProfileFromRecord(), and ILIAS\Repository\int().
ILIAS\Skill\Profile\SkillProfileRoleDBRepository::getLocalProfilesOfRole | ( | int | $role_id | ) |
Definition at line 156 of file class.SkillProfileRoleDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileRoleDBRepository\$db, $ilDB, ILIAS\Skill\Profile\SkillProfileRoleDBRepository\getRoleProfileFromRecord(), and ILIAS\Repository\int().
|
protected |
Definition at line 174 of file class.SkillProfileRoleDBRepository.php.
References ILIAS\Repository\int().
ILIAS\Skill\Profile\SkillProfileRoleDBRepository::getRoleAssignmentFromRecord | ( | array | $rec | ) |
Definition at line 66 of file class.SkillProfileRoleDBRepository.php.
|
protected |
Definition at line 193 of file class.SkillProfileRoleDBRepository.php.
References ILIAS\Repository\int().
Referenced by ILIAS\Skill\Profile\SkillProfileRoleDBRepository\getAllProfilesOfRole(), ILIAS\Skill\Profile\SkillProfileRoleDBRepository\getGlobalProfilesOfRole(), and ILIAS\Skill\Profile\SkillProfileRoleDBRepository\getLocalProfilesOfRole().
ILIAS\Skill\Profile\SkillProfileRoleDBRepository::removeRoleFromAllProfiles | ( | int | $role_id | ) |
Definition at line 101 of file class.SkillProfileRoleDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileRoleDBRepository\$db, and $ilDB.
ILIAS\Skill\Profile\SkillProfileRoleDBRepository::removeRoleFromProfile | ( | int | $profile_id, |
int | $role_id | ||
) |
Definition at line 90 of file class.SkillProfileRoleDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileRoleDBRepository\$db, and $ilDB.
|
protected |
Definition at line 27 of file class.SkillProfileRoleDBRepository.php.
Referenced by ILIAS\Skill\Profile\SkillProfileRoleDBRepository\__construct(), ILIAS\Skill\Profile\SkillProfileRoleDBRepository\addRoleToProfile(), ILIAS\Skill\Profile\SkillProfileRoleDBRepository\countRoles(), ILIAS\Skill\Profile\SkillProfileRoleDBRepository\deleteProfileRoles(), ILIAS\Skill\Profile\SkillProfileRoleDBRepository\get(), ILIAS\Skill\Profile\SkillProfileRoleDBRepository\getAllProfilesOfRole(), ILIAS\Skill\Profile\SkillProfileRoleDBRepository\getGlobalProfilesOfRole(), ILIAS\Skill\Profile\SkillProfileRoleDBRepository\getLocalProfilesOfRole(), ILIAS\Skill\Profile\SkillProfileRoleDBRepository\removeRoleFromAllProfiles(), and ILIAS\Skill\Profile\SkillProfileRoleDBRepository\removeRoleFromProfile().
|
protected |
Definition at line 28 of file class.SkillProfileRoleDBRepository.php.
Referenced by ILIAS\Skill\Profile\SkillProfileRoleDBRepository\__construct().