ILIAS  release_8 Revision v8.24
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.

30 {
31 $this->request = new InternalRequestService($DIC['http'], $DIC['refinery']);
32 }
global $DIC
Definition: feed.php:28

References $DIC, and ILIAS\Test\InternalService\request().

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

34 : InternalRequestService
35 {
36 return $this->request;
37 }
InternalRequestService $request

References ILIAS\Test\InternalService\$request.

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

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