|
ILIAS
release_8 Revision v8.24
|
Skill internal repo service. More...
Collaboration diagram for ILIAS\Skill\Service\SkillInternalRepoService:Public Member Functions | |
| __construct (SkillInternalFactoryService $factory) | |
| getLevelRepo () | |
| getUserLevelRepo () | |
| getTreeRepo () | |
| getProfileRepo () | |
| getProfileLevelsRepo () | |
| getProfileUserRepo () | |
| getProfileRoleRepo () | |
| getProfileCompletionRepo () | |
Protected Attributes | |
| SkillInternalFactoryService | $factory |
Skill internal repo service.
Definition at line 28 of file class.SkillInternalRepoService.php.
| ILIAS\Skill\Service\SkillInternalRepoService::__construct | ( | SkillInternalFactoryService | $factory | ) |
Definition at line 32 of file class.SkillInternalRepoService.php.
References ILIAS\Skill\Service\SkillInternalRepoService\$factory.
| ILIAS\Skill\Service\SkillInternalRepoService::getLevelRepo | ( | ) |
Definition at line 37 of file class.SkillInternalRepoService.php.
References ILIAS\Skill\Service\SkillInternalRepoService\getTreeRepo().
Here is the call graph for this function:| ILIAS\Skill\Service\SkillInternalRepoService::getProfileCompletionRepo | ( | ) |
Definition at line 72 of file class.SkillInternalRepoService.php.
| ILIAS\Skill\Service\SkillInternalRepoService::getProfileLevelsRepo | ( | ) |
Definition at line 57 of file class.SkillInternalRepoService.php.
| ILIAS\Skill\Service\SkillInternalRepoService::getProfileRepo | ( | ) |
Definition at line 52 of file class.SkillInternalRepoService.php.
| ILIAS\Skill\Service\SkillInternalRepoService::getProfileRoleRepo | ( | ) |
Definition at line 67 of file class.SkillInternalRepoService.php.
| ILIAS\Skill\Service\SkillInternalRepoService::getProfileUserRepo | ( | ) |
Definition at line 62 of file class.SkillInternalRepoService.php.
| ILIAS\Skill\Service\SkillInternalRepoService::getTreeRepo | ( | ) |
Definition at line 47 of file class.SkillInternalRepoService.php.
Referenced by ILIAS\Skill\Service\SkillInternalRepoService\getLevelRepo().
Here is the caller graph for this function:| ILIAS\Skill\Service\SkillInternalRepoService::getUserLevelRepo | ( | ) |
Definition at line 42 of file class.SkillInternalRepoService.php.
|
protected |
Definition at line 30 of file class.SkillInternalRepoService.php.
Referenced by ILIAS\Skill\Service\SkillInternalRepoService\__construct().