ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
All Data Structures Namespaces Files Functions Variables Modules Pages
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.

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

72  : SkillInternalFactoryService
73  {
74  return new SkillInternalFactoryService();
75  }
+ 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.

References ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().

80  : SkillInternalGUIService {
81  return new SkillInternalGUIService(
82  $this->http,
83  $this->refinery,
84  $query_params = null,
85  $post_data = null
86  );
87  }
static http()
Fetches the global http state from ILIAS.
+ Here is the call graph for this function:

◆ manager()

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

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

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

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

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  }
+ 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.

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

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

53  : SkillInternalRepoService
54  {
55  return new SkillInternalRepoService($this->factory());
56  }
+ 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: