|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Collaboration diagram for ILIAS\Skill\Service\SkillUsageService:Public Member Functions | |
| __construct (SkillInternalService $internal_service) | |
| addUsage (int $obj_id, int $skill_id, int $tref_id) | |
| removeUsage (int $obj_id, int $skill_id, int $tref_id) | |
Protected Attributes | |
| Usage SkillUsageManager | $usage_manager |
Definition at line 29 of file class.SkillUsageService.php.
| ILIAS\Skill\Service\SkillUsageService::__construct | ( | SkillInternalService | $internal_service | ) |
Definition at line 33 of file class.SkillUsageService.php.
References ILIAS\Skill\Service\SkillInternalService\manager().
Here is the call graph for this function:| ILIAS\Skill\Service\SkillUsageService::addUsage | ( | int | $obj_id, |
| int | $skill_id, | ||
| int | $tref_id | ||
| ) |
Definition at line 38 of file class.SkillUsageService.php.
| ILIAS\Skill\Service\SkillUsageService::removeUsage | ( | int | $obj_id, |
| int | $skill_id, | ||
| int | $tref_id | ||
| ) |
Definition at line 43 of file class.SkillUsageService.php.
|
protected |
Definition at line 31 of file class.SkillUsageService.php.