ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Namespaces | |
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 ILIAS\FileDelivery\FileDeliveryTypes\FileDeliveryTypeFactory\__construct(), ilFileDelivery\__construct(), ilWebAccessCheckerDelivery\__construct(), ilBuddySystemGUI\__construct(), ilWebAccessChecker\__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(), Sanitizer\hexCharReference(), ilOrgUnitUserAssignmentGUI\index(), ilWebAccessChecker\initILIAS(), ilBuddySystemGUI\redirectToReferer(), ilWebAccessChecker\sendHeader(), Parser\setOutputType(), 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\testSomeBasics(), ilWACTokenTest\testWithoutSigning(), Gettext\Languages\Exporter\Docs\toStringDo(), and ilBTControllerGUI\userInteraction().
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).
Definition at line 23 of file HttpServiceAware.php.