EnvConfigurator
extends ParamConfigurator
in package
Placeholder for a parameter.
Table of Contents
- $name : mixed
- $stack : array<string|int, string>
- __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
mixed
$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
Return values
mixed —__toString()
public
__toString() : string
Return values
string —base64()
public
base64() : $this
Return values
$this —bool()
public
bool() : $this
Return values
$this —const()
public
const() : $this
Return values
$this —csv()
public
csv() : $this
Return values
$this —custom()
public
custom(string $processor, mixed ...$args) : $this
Parameters
- $processor : string
- $args : mixed
Return values
$this —default()
public
default(string $fallbackParam) : $this
Parameters
- $fallbackParam : string
Return values
$this —file()
public
file() : $this
Return values
$this —float()
public
float() : $this
Return values
$this —int()
public
int() : $this
Return values
$this —json()
public
json() : $this
Return values
$this —key()
public
key(string $key) : $this
Parameters
- $key : string
Return values
$this —not()
public
not() : $this
Return values
$this —queryString()
public
queryString() : $this
Return values
$this —require()
public
require() : $this
Return values
$this —resolve()
public
resolve() : $this
Return values
$this —string()
public
string() : $this
Return values
$this —trim()
public
trim() : $this
Return values
$this —url()
public
url() : $this