ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
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.