ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Skill internal repo service. More...
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().
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().
ILIAS\Skill\Service\SkillInternalRepoService::getPersonalSkillRepo | ( | ) |
Definition at line 81 of file class.SkillInternalRepoService.php.
References ILIAS\Skill\Service\SkillInternalRepoService\getTreeRepo().
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().
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().