EnvConfigurator
extends ParamConfigurator
in package
Placeholder for a parameter.
Table of Contents
Properties
Methods
- __call() : $this
- __construct() : mixed
- __toString() : string
- base64() : $this
- bool() : $this
- const() : $this
- csv() : $this
- custom() : $this
- default() : $this
- file() : $this
- float() : $this
- int() : $this
- json() : $this
- key() : $this
- not() : $this
- queryString() : $this
- require() : $this
- resolve() : $this
- string() : $this
- trim() : $this
- url() : $this
Properties
$name
private
string
$name
$stack
private
array<string|int, string>
$stack
Methods
__call()
public
__call(string $name, array<string|int, mixed> $arguments) : $this
Parameters
- $name : string
- $arguments : array<string|int, mixed>
Return values
$this__construct()
public
__construct(string $name) : mixed
Parameters
- $name : string
__toString()
public
__toString() : string
Return values
stringbase64()
public
base64() : $this
Return values
$thisbool()
public
bool() : $this
Return values
$thisconst()
public
const() : $this
Return values
$thiscsv()
public
csv() : $this
Return values
$thiscustom()
public
custom(string $processor, mixed ...$args) : $this
Parameters
- $processor : string
- $args : mixed
Return values
$thisdefault()
public
default(string $fallbackParam) : $this
Parameters
- $fallbackParam : string
Return values
$thisfile()
public
file() : $this
Return values
$thisfloat()
public
float() : $this
Return values
$thisint()
public
int() : $this
Return values
$thisjson()
public
json() : $this
Return values
$thiskey()
public
key(string $key) : $this
Parameters
- $key : string
Return values
$thisnot()
public
not() : $this
Return values
$thisqueryString()
public
queryString() : $this
Return values
$thisrequire()
public
require() : $this
Return values
$thisresolve()
public
resolve() : $this
Return values
$thisstring()
public
string() : $this
Return values
$thistrim()
public
trim() : $this
Return values
$thisurl()
public
url() : $this