ILIAS  release_8 Revision v8.24
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 29 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 72 of file class.SkillInternalService.php.

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

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 77 of file class.SkillInternalService.php.

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

◆ manager()

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

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

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

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

Referenced by ILIAS\Skill\Service\SkillProfileService\__construct(), and ILIAS\Skill\Service\SkillTreeService\__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 53 of file class.SkillInternalService.php.

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

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 38 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 39 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: