| ILIAS
    release_5-3 Revision v5.3.23-19-g915713cf615
    | 
| Namespaces | |
| namespace | FileDeliveryTypes | 
| Class XAccelTest. | |
| Data Structures | |
| class | Delivery | 
| Class Delivery.  More... | |
| interface | ilFileDeliveryService | 
| Interface ilFileDeliveryService.  More... | |
| interface | ilFileDeliveryType | 
| Interface ilFileDeliveryType.  More... | |
| Functions | |
| static | http () | 
| Fetches the global http state from ILIAS.  More... | |
| Variables | |
| trait | HttpServiceAware | 
| Trait HttpServiceAware.  More... | |
| 
 | staticprotected | 
Fetches the global http state from ILIAS.
The GlobalHttpStore is stored after the first invocation.
Definition at line 36 of file HttpServiceAware.php.
References $GLOBALS, and $http.
Referenced by ilFileDelivery\__construct(), ilBuddySystemGUI\__construct(), ILIAS\FileDelivery\FileDeliveryTypes\FileDeliveryTypeFactory\__construct(), ilWebAccessChecker\__construct(), ilWebAccessCheckerDelivery\__construct(), ilBTControllerGUI\abortBucket(), ilWebAccessChecker\check(), ilOrgUnitUserAssignmentGUI\delete(), ilWebAccessCheckerDelivery\deliverDummyImage(), ilWebAccessCheckerDelivery\deliverDummyVideo(), ilFileDelivery\deliverFileAttached(), ilFileDelivery\deliverFileInline(), draw_shell(), ilOrgUnitUserAssignmentGUI\executeCommand(), ilBTControllerGUI\getFromURL(), ILIAS\FileDelivery\FileDeliveryTypes\FileDeliveryTypeFactory\getInstance(), ilWebAccessCheckerDelivery\handleAccessErrors(), ilWebAccessCheckerDelivery\handleRequest(), ilWebAccessChecker\initILIAS(), ilBuddySystemGUI\redirectToReferer(), ilWebAccessChecker\sendHeader(), ILIAS\FileDelivery\FileDeliveryTypes\FileDeliveryTypeFactoryTest\setUp(), ilWACCheckingInstanceTest\setUp(), ilWACTokenTest\setUp(), ilWACSignedPath\signFile(), ilWACSignedPath\signFolderOfStartFile(), ilPHPOutputDelivery\start(), ilFileDelivery\streamVideoInline(), ilWACCheckingInstanceTest\testBasicWithFileSigning(), ilWACCheckingInstanceTest\testBasicWithFolderSigning(), ilWACTokenTest\testCookieGeneration(), ilWACTokenTest\testFileToken(), ilWACTokenTest\testFolderToken(), ilWACTokenTest\testFolderTokenWithSecondFile(), ilWACTokenTest\testModifiedTimestampAddTime(), ilWACTokenTest\testModifiedTimestampNoMod(), ilWACTokenTest\testModifiedTimestampSubTime(), ilWACTokenTest\testModifiedToken(), ilWACTokenTest\testModifiedTTL(), ilWACTokenTest\testModifiedTTLAndTimestamp(), ilWACTokenTest\testWithoutSigning(), Gettext\Languages\Exporter\Docs\toStringDo(), and ilBTControllerGUI\userInteraction().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| trait ILIAS::FileDelivery\HttpServiceAware | 
Trait HttpServiceAware.
This trait provide a convenient way to consume the global http state and aids to reduce code duplication.
Please only use this trait if you need the global http state from a static context! Otherwise consider to pass the http global state via constructor (DI).
@Internal
Definition at line 22 of file HttpServiceAware.php.