ILIAS
release_7 Revision v7.30-3-g800a261c036
|
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 |
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.