OpenTelemetry PHP

ConfigurationResolver
in package
implements ConfigurationResolverInterface

Table of Contents

Interfaces

ConfigurationResolverInterface

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
Return values
bool|null

getInt()

public getInt(string $name) : int|null
Parameters
$name : string
Return values
int|null

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

getVariable()

private getVariable(string $name) : string|null
Parameters
$name : string
Return values
string|null

isEmpty()

private static isEmpty(mixed $value) : bool
Parameters
$value : mixed
Return values
bool

        
On this page

Search results