ConfigurationResolver
in package
implements
ConfigurationResolverInterface
Tags
Table of Contents
Interfaces
Methods
- getBoolean() : bool|null
- getInt() : int|null
- getList() : array<string|int, mixed>
- getString() : string|null
- has() : bool
- getVariable() : string|null
- isEmpty() : bool
Methods
getBoolean()
public
getBoolean(string $name) : bool|null
Parameters
- $name : string
Attributes
- #[Override]
Return values
bool|nullgetInt()
public
getInt(string $name) : int|null
Parameters
- $name : string
Attributes
- #[Override]
Return values
int|nullgetList()
public
getList(string $name) : array<string|int, mixed>
Parameters
- $name : string
Attributes
- #[Override]
Return values
array<string|int, mixed>getString()
public
getString(string $name) : string|null
Parameters
- $name : string
Attributes
- #[Override]
Return values
string|nullhas()
public
has(string $name) : bool
Parameters
- $name : string
Attributes
- #[Override]
Return values
boolgetVariable()
private
getVariable(string $name) : string|null
Parameters
- $name : string
Return values
string|nullisEmpty()
private
static isEmpty(mixed $value) : bool
Parameters
- $value : mixed