|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ILIAS\Skill\Profile\SkillProfileDBRepository:Public Member Functions | |
| __construct (\ilDBInterface $db=null, Service\SkillInternalFactoryService $factory_service=null) | |
| getById (int $profile_id) | |
| getNextId () | |
| createProfile (SkillProfile $profile) | |
| updateProfile (SkillProfile $profile) | |
| deleteProfile (int $profile_id) | |
| deleteProfilesFromObject (int $ref_id) | |
| getProfilesForAllSkillTrees () | |
| getProfilesForSkillTree (int $skill_tree_id) | |
| getAllGlobalProfiles () | |
| getLocalProfilesForObject (int $ref_id) | |
| lookup (int $id, string $field) | |
| updateRefIdAfterImport (int $profile_id, int $new_ref_id) | |
| getTreeId (int $profile_id) | |
Protected Member Functions | |
| getProfileFromRecord (array $rec) | |
Protected Attributes | |
| ilDBInterface | $db |
| Service SkillInternalFactoryService | $factory_service |
Definition at line 24 of file class.SkillProfileDBRepository.php.
| ILIAS\Skill\Profile\SkillProfileDBRepository::__construct | ( | \ilDBInterface | $db = null, |
| Service\SkillInternalFactoryService | $factory_service = null |
||
| ) |
Definition at line 29 of file class.SkillProfileDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileDBRepository\$db, $DIC, and ILIAS\Skill\Profile\SkillProfileDBRepository\$factory_service.
| ILIAS\Skill\Profile\SkillProfileDBRepository::createProfile | ( | SkillProfile | $profile | ) |
Definition at line 79 of file class.SkillProfileDBRepository.php.
| ILIAS\Skill\Profile\SkillProfileDBRepository::deleteProfile | ( | int | $profile_id | ) |
| ILIAS\Skill\Profile\SkillProfileDBRepository::deleteProfilesFromObject | ( | int | $ref_id | ) |
Definition at line 126 of file class.SkillProfileDBRepository.php.
| ILIAS\Skill\Profile\SkillProfileDBRepository::getAllGlobalProfiles | ( | ) |
Definition at line 169 of file class.SkillProfileDBRepository.php.
References $ilDB.
| ILIAS\Skill\Profile\SkillProfileDBRepository::getById | ( | int | $profile_id | ) |
Definition at line 37 of file class.SkillProfileDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileDBRepository\$db, $ilDB, and ILIAS\Skill\Profile\SkillProfileDBRepository\getProfileFromRecord().
Here is the call graph for this function:| ILIAS\Skill\Profile\SkillProfileDBRepository::getLocalProfilesForObject | ( | int | $ref_id | ) |
Definition at line 186 of file class.SkillProfileDBRepository.php.
| ILIAS\Skill\Profile\SkillProfileDBRepository::getNextId | ( | ) |
Definition at line 71 of file class.SkillProfileDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileDBRepository\$db, and $ilDB.
|
protected |
Definition at line 52 of file class.SkillProfileDBRepository.php.
References ILIAS\Repository\int().
Referenced by ILIAS\Skill\Profile\SkillProfileDBRepository\getById().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\Skill\Profile\SkillProfileDBRepository::getProfilesForAllSkillTrees | ( | ) |
Definition at line 136 of file class.SkillProfileDBRepository.php.
References $ilDB.
| ILIAS\Skill\Profile\SkillProfileDBRepository::getProfilesForSkillTree | ( | int | $skill_tree_id | ) |
Definition at line 152 of file class.SkillProfileDBRepository.php.
References $ilDB.
| ILIAS\Skill\Profile\SkillProfileDBRepository::getTreeId | ( | int | $profile_id | ) |
Definition at line 231 of file class.SkillProfileDBRepository.php.
| ILIAS\Skill\Profile\SkillProfileDBRepository::lookup | ( | int | $id, |
| string | $field | ||
| ) |
Definition at line 203 of file class.SkillProfileDBRepository.php.
| ILIAS\Skill\Profile\SkillProfileDBRepository::updateProfile | ( | SkillProfile | $profile | ) |
Definition at line 98 of file class.SkillProfileDBRepository.php.
| ILIAS\Skill\Profile\SkillProfileDBRepository::updateRefIdAfterImport | ( | int | $profile_id, |
| int | $new_ref_id | ||
| ) |
Definition at line 216 of file class.SkillProfileDBRepository.php.
References $ilDB.
|
protected |
Definition at line 26 of file class.SkillProfileDBRepository.php.
Referenced by ILIAS\Skill\Profile\SkillProfileDBRepository\__construct(), ILIAS\Skill\Profile\SkillProfileDBRepository\getById(), and ILIAS\Skill\Profile\SkillProfileDBRepository\getNextId().
|
protected |
Definition at line 27 of file class.SkillProfileDBRepository.php.
Referenced by ILIAS\Skill\Profile\SkillProfileDBRepository\__construct().