MockCLIConfig
extends App
Table of Contents
Properties
-
$baseURL
: string
-
$CSPEnabled
: bool
-
$CSRFCookieName
: string
-
$CSRFExcludeURIs
: mixed
-
$CSRFExpire
: int
-
$CSRFRegenerate
: bool
-
$CSRFSameSite
: string
-
$CSRFTokenName
: string
-
$defaultLocale
: string
-
$negotiateLocale
: bool
-
$proxyIPs
: array<string|int, mixed>
-
$supportedLocales
: array<string|int, mixed>
-
$uriProtocol
: string
$baseURL
public
string
$baseURL
= 'http://example.com/'
$CSPEnabled
public
bool
$CSPEnabled
= false
$CSRFCookieName
public
string
$CSRFCookieName
= 'csrf_cookie_name'
$CSRFExcludeURIs
public
mixed
$CSRFExcludeURIs
= ['http://example.com']
$CSRFExpire
public
int
$CSRFExpire
= 7200
$CSRFRegenerate
public
bool
$CSRFRegenerate
= true
$CSRFSameSite
public
string
$CSRFSameSite
= 'Lax'
$CSRFTokenName
public
string
$CSRFTokenName
= 'csrf_test_name'
$defaultLocale
public
string
$defaultLocale
= 'en'
$negotiateLocale
public
bool
$negotiateLocale
= false
$proxyIPs
public
array<string|int, mixed>
$proxyIPs
= []
$supportedLocales
public
array<string|int, mixed>
$supportedLocales
= ['en', 'es']
$uriProtocol
public
string
$uriProtocol
= 'REQUEST_URI'