ILIAS  release_8 Revision v8.23
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 30 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 38 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().

43  {
44  global $DIC;
45 
46  $this->http = $http;
47  $this->refinery = $refinery;
48 
49  $this->admin_request = new SkillAdminGUIRequest(
50  $this->http,
51  $this->refinery,
52  $query_params,
53  $post_data
54  );
55 
56  $this->personal_request = new SkillPersonalGUIRequest(
57  $this->http,
58  $this->refinery,
59  $query_params,
60  $post_data
61  );
62  }
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 69 of file class.SkillInternalGUIService.php.

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

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

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

◆ personal_request()

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

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

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

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

74  : SkillPersonalGUIRequest
75  {
77  }
+ 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: