|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\Skill\Profile\SkillProfileDBRepository:Public Member Functions | |
| __construct (?\ilDBInterface $db=null, ?Service\SkillInternalFactoryService $factory_service=null) | |
| get (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 | |
| getFromRecord (array $rec) | |
Protected Attributes | |
| ilDBInterface | $db |
| Service SkillInternalFactoryService | $factory_service |
Definition at line 25 of file class.SkillProfileDBRepository.php.
| ILIAS\Skill\Profile\SkillProfileDBRepository::__construct | ( | ?\ilDBInterface | $db = null, |
| ?Service\SkillInternalFactoryService | $factory_service = null |
||
| ) |
Definition at line 30 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 82 of file class.SkillProfileDBRepository.php.
| ILIAS\Skill\Profile\SkillProfileDBRepository::deleteProfile | ( | int | $profile_id | ) |
| ILIAS\Skill\Profile\SkillProfileDBRepository::deleteProfilesFromObject | ( | int | $ref_id | ) |
Definition at line 129 of file class.SkillProfileDBRepository.php.
| ILIAS\Skill\Profile\SkillProfileDBRepository::get | ( | int | $profile_id | ) |
Definition at line 40 of file class.SkillProfileDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileDBRepository\$db, $ilDB, and ILIAS\Skill\Profile\SkillProfileDBRepository\getFromRecord().
Here is the call graph for this function:| ILIAS\Skill\Profile\SkillProfileDBRepository::getAllGlobalProfiles | ( | ) |
Definition at line 181 of file class.SkillProfileDBRepository.php.
References $ilDB.
|
protected |
Definition at line 55 of file class.SkillProfileDBRepository.php.
References ILIAS\Repository\int().
Referenced by ILIAS\Skill\Profile\SkillProfileDBRepository\get().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\Skill\Profile\SkillProfileDBRepository::getLocalProfilesForObject | ( | int | $ref_id | ) |
Definition at line 201 of file class.SkillProfileDBRepository.php.
| ILIAS\Skill\Profile\SkillProfileDBRepository::getNextId | ( | ) |
Definition at line 74 of file class.SkillProfileDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileDBRepository\$db, and $ilDB.
| ILIAS\Skill\Profile\SkillProfileDBRepository::getProfilesForAllSkillTrees | ( | ) |
Definition at line 142 of file class.SkillProfileDBRepository.php.
References $ilDB.
| ILIAS\Skill\Profile\SkillProfileDBRepository::getProfilesForSkillTree | ( | int | $skill_tree_id | ) |
Definition at line 161 of file class.SkillProfileDBRepository.php.
References $ilDB.
| ILIAS\Skill\Profile\SkillProfileDBRepository::getTreeId | ( | int | $profile_id | ) |
Definition at line 246 of file class.SkillProfileDBRepository.php.
| ILIAS\Skill\Profile\SkillProfileDBRepository::lookup | ( | int | $id, |
| string | $field | ||
| ) |
Definition at line 218 of file class.SkillProfileDBRepository.php.
| ILIAS\Skill\Profile\SkillProfileDBRepository::updateProfile | ( | SkillProfile | $profile | ) |
Definition at line 101 of file class.SkillProfileDBRepository.php.
| ILIAS\Skill\Profile\SkillProfileDBRepository::updateRefIdAfterImport | ( | int | $profile_id, |
| int | $new_ref_id | ||
| ) |
Definition at line 231 of file class.SkillProfileDBRepository.php.
References $ilDB.
|
protected |
Definition at line 27 of file class.SkillProfileDBRepository.php.
Referenced by ILIAS\Skill\Profile\SkillProfileDBRepository\__construct(), ILIAS\Skill\Profile\SkillProfileDBRepository\get(), and ILIAS\Skill\Profile\SkillProfileDBRepository\getNextId().
|
protected |
Definition at line 28 of file class.SkillProfileDBRepository.php.
Referenced by ILIAS\Skill\Profile\SkillProfileDBRepository\__construct().