ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Data Structures | |
interface | PathType |
Interface PathType. 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 37 of file HttpServiceAware.php.
References $GLOBALS, and $http.
trait ILIAS::WebAccessChecker\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 24 of file HttpServiceAware.php.