ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.SkillInternalManagerService.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
27{
28 public function getSkillManager(int $cont_obj_id, int $cont_ref_id): ContainerSkillManager
29 {
30 return new ContainerSkillManager($cont_obj_id, $cont_ref_id);
31 }
32
34 {
36 }
37
38 public function contProfileRetrieval(
39 \ILIAS\Skill\Service\SkillProfileService $profile_service,
40 \ilSkillManagementSettings $skmg_settings,
41 int $cont_member_role_id
44 $profile_service,
45 $skmg_settings,
46 $cont_member_role_id
47 );
48 }
49
50 public function contSkillRetrieval(
51 ContainerSkillManager $cont_skill_manager
54 $cont_skill_manager
55 );
56 }
57
58 public function contSkillMemberRetrieval(
59 ContainerSkillManager $cont_skill_manager,
63 $cont_skill_manager,
65 );
66 }
67}
contSkillRetrieval(ContainerSkillManager $cont_skill_manager)
contSkillMemberRetrieval(ContainerSkillManager $cont_skill_manager, \ilContainer $container)
contProfileRetrieval(\ILIAS\Skill\Service\SkillProfileService $profile_service, \ilSkillManagementSettings $skmg_settings, int $cont_member_role_id)
Class ilContainer.
return['delivery_method'=> 'php',]
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.
$container
@noRector
Definition: wac.php:37