| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Collaboration diagram for ILIAS\Skill\Profile\SkillProfileUserDBRepository:Public Member Functions | |
| __construct (\ilDBInterface $db=null, Service\SkillInternalFactoryService $factory_service=null) | |
| get (int $profile_id) | |
| getFromRecord (array $rec) | |
| addUserToProfile (int $profile_id, int $user_id) | |
| removeUserFromProfile (int $profile_id, int $user_id) | |
| removeUserFromAllProfiles (int $user_id) | |
| deleteProfileUsers (int $profile_id) | |
| getProfilesOfUser (int $user_id) | |
| countUsers (int $profile_id) | |
Protected Member Functions | |
| getProfileFromRecord (array $rec) | |
Protected Attributes | |
| ilDBInterface | $db | 
| Service SkillInternalFactoryService | $factory_service | 
Definition at line 26 of file class.SkillProfileUserDBRepository.php.
| ILIAS\Skill\Profile\SkillProfileUserDBRepository::__construct | ( | \ilDBInterface | $db = null,  | 
        
| Service\SkillInternalFactoryService | $factory_service = null  | 
        ||
| ) | 
Definition at line 31 of file class.SkillProfileUserDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileUserDBRepository\$db, $DIC, and ILIAS\Skill\Profile\SkillProfileUserDBRepository\$factory_service.
| ILIAS\Skill\Profile\SkillProfileUserDBRepository::addUserToProfile | ( | int | $profile_id, | 
| int | $user_id | ||
| ) | 
Definition at line 65 of file class.SkillProfileUserDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileUserDBRepository\$db, and $ilDB.
| ILIAS\Skill\Profile\SkillProfileUserDBRepository::countUsers | ( | int | $profile_id | ) | 
Definition at line 149 of file class.SkillProfileUserDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileUserDBRepository\$db, and $ilDB.
| ILIAS\Skill\Profile\SkillProfileUserDBRepository::deleteProfileUsers | ( | int | $profile_id | ) | 
Definition at line 99 of file class.SkillProfileUserDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileUserDBRepository\$db, and $ilDB.
| ILIAS\Skill\Profile\SkillProfileUserDBRepository::get | ( | int | $profile_id | ) | 
Definition at line 41 of file class.SkillProfileUserDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileUserDBRepository\$db, and $ilDB.
| ILIAS\Skill\Profile\SkillProfileUserDBRepository::getFromRecord | ( | array | $rec | ) | 
Definition at line 57 of file class.SkillProfileUserDBRepository.php.
      
  | 
  protected | 
Definition at line 130 of file class.SkillProfileUserDBRepository.php.
References ILIAS\Repository\int().
Referenced by ILIAS\Skill\Profile\SkillProfileUserDBRepository\getProfilesOfUser().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ILIAS\Skill\Profile\SkillProfileUserDBRepository::getProfilesOfUser | ( | int | $user_id | ) | 
Definition at line 112 of file class.SkillProfileUserDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileUserDBRepository\$db, $ilDB, and ILIAS\Skill\Profile\SkillProfileUserDBRepository\getProfileFromRecord().
 Here is the call graph for this function:| ILIAS\Skill\Profile\SkillProfileUserDBRepository::removeUserFromAllProfiles | ( | int | $user_id | ) | 
Definition at line 89 of file class.SkillProfileUserDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileUserDBRepository\$db, and $ilDB.
| ILIAS\Skill\Profile\SkillProfileUserDBRepository::removeUserFromProfile | ( | int | $profile_id, | 
| int | $user_id | ||
| ) | 
Definition at line 78 of file class.SkillProfileUserDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileUserDBRepository\$db, and $ilDB.
      
  | 
  protected | 
Definition at line 28 of file class.SkillProfileUserDBRepository.php.
Referenced by ILIAS\Skill\Profile\SkillProfileUserDBRepository\__construct(), ILIAS\Skill\Profile\SkillProfileUserDBRepository\addUserToProfile(), ILIAS\Skill\Profile\SkillProfileUserDBRepository\countUsers(), ILIAS\Skill\Profile\SkillProfileUserDBRepository\deleteProfileUsers(), ILIAS\Skill\Profile\SkillProfileUserDBRepository\get(), ILIAS\Skill\Profile\SkillProfileUserDBRepository\getProfilesOfUser(), ILIAS\Skill\Profile\SkillProfileUserDBRepository\removeUserFromAllProfiles(), and ILIAS\Skill\Profile\SkillProfileUserDBRepository\removeUserFromProfile().
      
  | 
  protected | 
Definition at line 29 of file class.SkillProfileUserDBRepository.php.
Referenced by ILIAS\Skill\Profile\SkillProfileUserDBRepository\__construct().