ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
ILIAS\Skill\Service\SkillInternalGUIService Class Reference

Skill UI frontend presentation internal service class. More...

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

Public Member Functions

 __construct (HTTP\Services $http, Refinery\Factory $refinery, array $query_params=null, array $post_data=null)
 
 admin_request ()
 Get request wrappers. More...
 
 personal_request ()
 

Protected Attributes

HTTP Services $http
 
Refinery Factory $refinery
 
SkillAdminGUIRequest $admin_request
 
SkillPersonalGUIRequest $personal_request
 

Detailed Description

Skill UI frontend presentation internal service class.

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

Definition at line 32 of file class.SkillInternalGUIService.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Skill\Service\SkillInternalGUIService::__construct ( HTTP\Services  $http,
Refinery\Factory  $refinery,
array  $query_params = null,
array  $post_data = null 
)

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

References $DIC, ILIAS\Skill\Service\SkillInternalGUIService\$http, ILIAS\Skill\Service\SkillInternalGUIService\$refinery, ILIAS\Skill\Service\SkillInternalGUIService\admin_request(), ILIAS\FileDelivery\http(), ILIAS\Skill\Service\SkillInternalGUIService\personal_request(), and ILIAS\Repository\refinery().

45  {
46  global $DIC;
47 
48  $this->http = $http;
49  $this->refinery = $refinery;
50 
51  $this->admin_request = new SkillAdminGUIRequest(
52  $this->http,
53  $this->refinery,
54  $query_params,
55  $post_data
56  );
57 
58  $this->personal_request = new SkillPersonalGUIRequest(
59  $this->http,
60  $this->refinery,
61  $query_params,
62  $post_data
63  );
64  }
global $DIC
Definition: feed.php:28
static http()
Fetches the global http state from ILIAS.
+ Here is the call graph for this function:

Member Function Documentation

◆ admin_request()

ILIAS\Skill\Service\SkillInternalGUIService::admin_request ( )

Get request wrappers.

If dummy data is provided the usual http wrapper will not be used.

Definition at line 71 of file class.SkillInternalGUIService.php.

References ILIAS\Skill\Service\SkillInternalGUIService\$admin_request.

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

71  : SkillAdminGUIRequest
72  {
73  return $this->admin_request;
74  }
+ Here is the caller graph for this function:

◆ personal_request()

ILIAS\Skill\Service\SkillInternalGUIService::personal_request ( )

Definition at line 76 of file class.SkillInternalGUIService.php.

References ILIAS\Skill\Service\SkillInternalGUIService\$personal_request.

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

76  : SkillPersonalGUIRequest
77  {
79  }
+ Here is the caller graph for this function:

Field Documentation

◆ $admin_request

SkillAdminGUIRequest ILIAS\Skill\Service\SkillInternalGUIService::$admin_request
protected

◆ $http

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

◆ $personal_request

SkillPersonalGUIRequest ILIAS\Skill\Service\SkillInternalGUIService::$personal_request
protected

◆ $refinery

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

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