ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
All Data Structures Namespaces Files Functions Variables Modules Pages
ILIAS\Test\InternalService Class Reference
+ Collaboration diagram for ILIAS\Test\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\Test\InternalService::__construct ( Container  $DIC)

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

References ILIAS\Test\InternalService\request().

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

Member Function Documentation

◆ request()

ILIAS\Test\InternalService::request ( )

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

References ILIAS\Test\InternalService\$request.

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

34  : InternalRequestService
35  {
36  return $this->request;
37  }
InternalRequestService $request
+ Here is the caller graph for this function:

Field Documentation

◆ $request

InternalRequestService ILIAS\Test\InternalService::$request
protected

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

Referenced by ILIAS\Test\InternalService\request().


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