|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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 () | |
| getPersonalSkillRepo () | |
| getAssignedMaterialRepo () | |
| getResourceRepo () | |
| getUsageRepo () | |
Protected Attributes | |
| SkillInternalFactoryService | $factory |
Skill internal repo service.
Definition at line 32 of file class.SkillInternalRepoService.php.
| ILIAS\Skill\Service\SkillInternalRepoService::__construct | ( | SkillInternalFactoryService | $factory | ) |
Definition at line 36 of file class.SkillInternalRepoService.php.
References ILIAS\Skill\Service\SkillInternalRepoService\$factory, and factory().
Here is the call graph for this function:| ILIAS\Skill\Service\SkillInternalRepoService::getAssignedMaterialRepo | ( | ) |
Definition at line 86 of file class.SkillInternalRepoService.php.
| ILIAS\Skill\Service\SkillInternalRepoService::getLevelRepo | ( | ) |
Definition at line 41 of file class.SkillInternalRepoService.php.
References ILIAS\Skill\Service\SkillInternalRepoService\getTreeRepo().
Here is the call graph for this function:| ILIAS\Skill\Service\SkillInternalRepoService::getPersonalSkillRepo | ( | ) |
Definition at line 81 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 76 of file class.SkillInternalRepoService.php.
| ILIAS\Skill\Service\SkillInternalRepoService::getProfileLevelsRepo | ( | ) |
Definition at line 61 of file class.SkillInternalRepoService.php.
| ILIAS\Skill\Service\SkillInternalRepoService::getProfileRepo | ( | ) |
Definition at line 56 of file class.SkillInternalRepoService.php.
| ILIAS\Skill\Service\SkillInternalRepoService::getProfileRoleRepo | ( | ) |
Definition at line 71 of file class.SkillInternalRepoService.php.
| ILIAS\Skill\Service\SkillInternalRepoService::getProfileUserRepo | ( | ) |
Definition at line 66 of file class.SkillInternalRepoService.php.
| ILIAS\Skill\Service\SkillInternalRepoService::getResourceRepo | ( | ) |
Definition at line 91 of file class.SkillInternalRepoService.php.
| ILIAS\Skill\Service\SkillInternalRepoService::getTreeRepo | ( | ) |
Definition at line 51 of file class.SkillInternalRepoService.php.
References factory().
Referenced by ILIAS\Skill\Service\SkillInternalRepoService\getLevelRepo(), and ILIAS\Skill\Service\SkillInternalRepoService\getPersonalSkillRepo().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\Skill\Service\SkillInternalRepoService::getUsageRepo | ( | ) |
Definition at line 96 of file class.SkillInternalRepoService.php.
| ILIAS\Skill\Service\SkillInternalRepoService::getUserLevelRepo | ( | ) |
Definition at line 46 of file class.SkillInternalRepoService.php.
|
protected |
Definition at line 34 of file class.SkillInternalRepoService.php.
Referenced by ILIAS\Skill\Service\SkillInternalRepoService\__construct().