|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ILIAS\Skill\Profile\SkillProfileRoleDBRepository:Public Member Functions | |
| __construct (\ilDBInterface $db=null) | |
| deleteProfileRoles (int $profile_id) | |
| getAssignedRoles (int $profile_id) | |
| 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, int $ref_id) | |
| countRoles (int $profile_id) | |
Protected Attributes | |
| ilDBInterface | $db |
| ilLanguage | $lng |
| ilRbacReview | $review |
Definition at line 22 of file class.SkillProfileRoleDBRepository.php.
| ILIAS\Skill\Profile\SkillProfileRoleDBRepository::__construct | ( | \ilDBInterface | $db = null | ) |
Definition at line 28 of file class.SkillProfileRoleDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileRoleDBRepository\$db, $DIC, and ILIAS\Repository\lng().
Here is the call graph for this function:| ILIAS\Skill\Profile\SkillProfileRoleDBRepository::addRoleToProfile | ( | int | $profile_id, |
| int | $role_id | ||
| ) |
Definition at line 85 of file class.SkillProfileRoleDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileRoleDBRepository\$db, and $ilDB.
| ILIAS\Skill\Profile\SkillProfileRoleDBRepository::countRoles | ( | int | $profile_id | ) |
Definition at line 176 of file class.SkillProfileRoleDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileRoleDBRepository\$db, and $ilDB.
| ILIAS\Skill\Profile\SkillProfileRoleDBRepository::deleteProfileRoles | ( | int | $profile_id | ) |
Definition at line 37 of file class.SkillProfileRoleDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileRoleDBRepository\$db, and $ilDB.
| ILIAS\Skill\Profile\SkillProfileRoleDBRepository::getAllProfilesOfRole | ( | int | $role_id | ) |
Definition at line 119 of file class.SkillProfileRoleDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileRoleDBRepository\$db, $ilDB, and ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\Skill\Profile\SkillProfileRoleDBRepository::getAssignedRoles | ( | int | $profile_id | ) |
Definition at line 47 of file class.SkillProfileRoleDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileRoleDBRepository\$db, $ilDB, ILIAS\Skill\Profile\SkillProfileRoleDBRepository\$lng, $name, ILIAS\Skill\Profile\SkillProfileRoleDBRepository\$review, $type, ilObjRole\_getTranslation(), ilObject\_lookupObjectId(), ilObject\_lookupTitle(), ilObject\_lookupType(), ilRbacReview\getObjectReferenceOfRole(), ILIAS\Repository\int(), and ilLanguage\txt().
Here is the call graph for this function:| ILIAS\Skill\Profile\SkillProfileRoleDBRepository::getGlobalProfilesOfRole | ( | int | $role_id | ) |
Definition at line 137 of file class.SkillProfileRoleDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileRoleDBRepository\$db, $ilDB, and ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\Skill\Profile\SkillProfileRoleDBRepository::getLocalProfilesOfRole | ( | int | $role_id, |
| int | $ref_id | ||
| ) |
Definition at line 157 of file class.SkillProfileRoleDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileRoleDBRepository\$db, $ilDB, $ref_id, and ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\Skill\Profile\SkillProfileRoleDBRepository::removeRoleFromAllProfiles | ( | int | $role_id | ) |
Definition at line 109 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 98 of file class.SkillProfileRoleDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileRoleDBRepository\$db, and $ilDB.
|
protected |
Definition at line 24 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\getAllProfilesOfRole(), ILIAS\Skill\Profile\SkillProfileRoleDBRepository\getAssignedRoles(), 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 25 of file class.SkillProfileRoleDBRepository.php.
Referenced by ILIAS\Skill\Profile\SkillProfileRoleDBRepository\getAssignedRoles().
|
protected |
Definition at line 26 of file class.SkillProfileRoleDBRepository.php.
Referenced by ILIAS\Skill\Profile\SkillProfileRoleDBRepository\getAssignedRoles().