ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
ILIAS\Container\Skills\SkillInternalGUIService Class Reference
+ Collaboration diagram for ILIAS\Container\Skills\SkillInternalGUIService:

Public Member Functions

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

Protected Attributes

HTTP Services $http
 
Refinery Factory $refinery
 
SkillContainerGUIRequest $request
 

Detailed Description

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\Container\Skills\SkillInternalGUIService::__construct ( HTTP\Services  $http,
Refinery\Factory  $refinery,
array  $query_params = null,
array  $post_data = null 
)

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

References $DIC, ILIAS\Container\Skills\SkillInternalGUIService\$http, ILIAS\Container\Skills\SkillInternalGUIService\$refinery, ILIAS\FileDelivery\http(), ILIAS\Repository\refinery(), and ILIAS\Container\Skills\SkillInternalGUIService\request().

41  {
42  global $DIC;
43 
44  $this->http = $http;
45  $this->refinery = $refinery;
46 
47  $this->request = new SkillContainerGUIRequest(
48  $this->http,
49  $this->refinery,
50  $query_params,
51  $post_data
52  );
53  }
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

◆ request()

ILIAS\Container\Skills\SkillInternalGUIService::request ( )

Get request wrappers.

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

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

References ILIAS\Container\Skills\SkillInternalGUIService\$request.

Referenced by ILIAS\Container\Skills\SkillInternalGUIService\__construct().

60  : SkillContainerGUIRequest
61  {
62  return $this->request;
63  }
+ Here is the caller graph for this function:

Field Documentation

◆ $http

HTTP Services ILIAS\Container\Skills\SkillInternalGUIService::$http
protected

◆ $refinery

Refinery Factory ILIAS\Container\Skills\SkillInternalGUIService::$refinery
protected

◆ $request

SkillContainerGUIRequest ILIAS\Container\Skills\SkillInternalGUIService::$request
protected

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