ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Skill\Service\SkillInternalService Class Reference

Skill internal service. More...

+ Collaboration diagram for ILIAS\Skill\Service\SkillInternalService:

Public Member Functions

 __construct (int $skmg_ref_id, \ilTree $repository_tree, \ilRbacSystem $rbac_system, int $usr_id)
 
 repo ()
 
 manager ()
 
 factory ()
 Skill service repos. More...
 
 gui (?array $query_params=null, ?array $post_data=null)
 

Protected Attributes

int $skmg_ref_id = 0
 
ilTree $repository_tree
 
ilRbacSystem $rbac_system
 
int $usr_id = 0
 
HTTP Services $http
 
Refinery Factory $refinery
 

Detailed Description

Skill internal service.

Author
famul.nosp@m.a@le.nosp@m.ifos..nosp@m.de

Definition at line 30 of file class.SkillInternalService.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Skill\Service\SkillInternalService::__construct ( int  $skmg_ref_id,
\ilTree  $repository_tree,
\ilRbacSystem  $rbac_system,
int  $usr_id 
)

Member Function Documentation

◆ factory()

ILIAS\Skill\Service\SkillInternalService::factory ( )

Skill service repos.

Definition at line 73 of file class.SkillInternalService.php.

73 : SkillInternalFactoryService
74 {
75 return new SkillInternalFactoryService();
76 }

Referenced by ILIAS\Skill\Service\SkillTreeService\__construct(), ILIAS\Skill\Service\SkillInternalService\manager(), and ILIAS\Skill\Service\SkillInternalService\repo().

+ Here is the caller graph for this function:

◆ gui()

ILIAS\Skill\Service\SkillInternalService::gui ( ?array  $query_params = null,
?array  $post_data = null 
)

Definition at line 78 of file class.SkillInternalService.php.

81 : SkillInternalGUIService {
82 return new SkillInternalGUIService(
83 $this->http,
84 $this->refinery,
85 $query_params = null,
86 $post_data = null
87 );
88 }

◆ manager()

ILIAS\Skill\Service\SkillInternalService::manager ( )

Definition at line 59 of file class.SkillInternalService.php.

59 : SkillInternalManagerService
60 {
61 return new SkillInternalManagerService(
62 $this->skmg_ref_id,
63 $this->repository_tree,
64 $this->factory()->tree(),
65 $this->rbac_system,
66 $this->usr_id
67 );
68 }

References ILIAS\Skill\Service\SkillInternalService\factory().

Referenced by ILIAS\Skill\Service\SkillPersonalService\__construct(), ILIAS\Skill\Service\SkillProfileService\__construct(), ILIAS\Skill\Service\SkillTreeService\__construct(), and ILIAS\Skill\Service\SkillUsageService\__construct().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ repo()

ILIAS\Skill\Service\SkillInternalService::repo ( )

Definition at line 54 of file class.SkillInternalService.php.

54 : SkillInternalRepoService
55 {
56 return new SkillInternalRepoService($this->factory());
57 }

References ILIAS\Skill\Service\SkillInternalService\factory().

Referenced by ILIAS\Skill\Service\SkillTreeService\__construct().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Field Documentation

◆ $http

HTTP Services ILIAS\Skill\Service\SkillInternalService::$http
protected

Definition at line 39 of file class.SkillInternalService.php.

◆ $rbac_system

ilRbacSystem ILIAS\Skill\Service\SkillInternalService::$rbac_system
protected

◆ $refinery

Refinery Factory ILIAS\Skill\Service\SkillInternalService::$refinery
protected

Definition at line 40 of file class.SkillInternalService.php.

◆ $repository_tree

ilTree ILIAS\Skill\Service\SkillInternalService::$repository_tree
protected

◆ $skmg_ref_id

int ILIAS\Skill\Service\SkillInternalService::$skmg_ref_id = 0
protected

◆ $usr_id

int ILIAS\Skill\Service\SkillInternalService::$usr_id = 0
protected

The documentation for this class was generated from the following file: