CodeIgniter v4.5 API

MockCLIConfig extends App
in package

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

Properties

$CSRFCookieName

public string $CSRFCookieName = 'csrf_cookie_name'

$CSRFExcludeURIs

public mixed $CSRFExcludeURIs = ['http://example.com']

$CSRFTokenName

public string $CSRFTokenName = 'csrf_test_name'

$supportedLocales

public array<string|int, mixed> $supportedLocales = ['en', 'es']

        
On this page

Search results