HttpConf
in package
FinalYes
Table of Contents
Constants
- NONCE_SPECIFIER : string = '{NONCE}'
Properties
- $csp : array<string|int, mixed>
- $errorControllers : ErrorControllerConf
- $handleExceptions : bool
- $rootRoute : RouteDef
Methods
- __construct() : mixed
Constants
NONCE_SPECIFIER
public
string
NONCE_SPECIFIER
= '{NONCE}'
Properties
$csp read-only
public
array<string|int, mixed>
$csp
$errorControllers read-only
public
ErrorControllerConf
$errorControllers
$handleExceptions read-only
public
bool
$handleExceptions
$rootRoute read-only
public
RouteDef
$rootRoute
Methods
__construct()
public
__construct(RouteDef $rootRoute, bool $handleExceptions, array<string, array<int, string>> $csp, ErrorControllerConf $errorControllers) : mixed
Parameters
- $rootRoute : RouteDef
- $handleExceptions : bool
- $csp : array<string, array<int, string>>
- $errorControllers : ErrorControllerConf