ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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 31 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 39 of file class.SkillInternalGUIService.php.

44 {
45 global $DIC;
46
47 $this->http = $http;
48 $this->refinery = $refinery;
49
50 $this->admin_request = new SkillAdminGUIRequest(
51 $this->http,
52 $this->refinery,
53 $query_params,
54 $post_data
55 );
56
57 $this->personal_request = new SkillPersonalGUIRequest(
58 $this->http,
59 $this->refinery,
60 $query_params,
61 $post_data
62 );
63 }
static http()
Fetches the global http state from ILIAS.
global $DIC
Definition: shib_login.php:26

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().

+ 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 70 of file class.SkillInternalGUIService.php.

70 : SkillAdminGUIRequest
71 {
73 }

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

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

+ Here is the caller graph for this function:

◆ personal_request()

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

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

75 : SkillPersonalGUIRequest
76 {
78 }

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

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

+ 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: