ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ILIAS\TestQuestionPool\InternalService Class Reference
+ Collaboration diagram for ILIAS\TestQuestionPool\InternalService:

Public Member Functions

 __construct (Container $DIC)
 
 request ()
 

Protected Attributes

InternalRequestService $request
 

Detailed Description

Definition at line 25 of file class.InternalService.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\TestQuestionPool\InternalService::__construct ( Container  $DIC)

Definition at line 29 of file class.InternalService.php.

References ILIAS\DI\Container\http(), ILIAS\DI\Container\refinery(), ILIAS\TestQuestionPool\InternalService\request(), and ILIAS\DI\Container\upload().

30  {
31  $this->request = new InternalRequestService(
32  $DIC->http(),
33  $DIC->refinery(),
34  $DIC->upload()
35  );
36  }
global $DIC
Definition: feed.php:28
+ Here is the call graph for this function:

Member Function Documentation

◆ request()

ILIAS\TestQuestionPool\InternalService::request ( )

Definition at line 38 of file class.InternalService.php.

References ILIAS\TestQuestionPool\InternalService\$request.

Referenced by ILIAS\TestQuestionPool\InternalService\__construct().

38  : InternalRequestService
39  {
40  return $this->request;
41  }
+ Here is the caller graph for this function:

Field Documentation

◆ $request

InternalRequestService ILIAS\TestQuestionPool\InternalService::$request
protected

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