Documentation

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

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

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

key()

public key(string $key) : $this
Parameters
$key : string
Return values
$this

Search results