ConfigurationResolverInterface
Table of Contents
Methods
-
getBoolean()
: bool|null
-
getInt()
: int|null
-
getList()
: array<string|int, mixed>
-
getString()
: string|null
-
has()
: bool
getBoolean()
public
getBoolean(string $name) : bool|null
Parameters
-
$name
: string
-
getInt()
public
getInt(string $name) : int|null
Parameters
-
$name
: string
-
getList()
public
getList(string $name) : array<string|int, mixed>
Parameters
-
$name
: string
-
Return values
array<string|int, mixed>
getString()
public
getString(string $name) : string|null
Parameters
-
$name
: string
-
Return values
string|null
has()
public
has(string $name) : bool
Parameters
-
$name
: string
-