LoggerInterfacePass extends AbstractRecursivePass

Looks for constructor arguments that request LoggerInterface and registers a lookup to the LogManager

Table of Contents

Methods

getClassChannelName()  : string|null
getParameterChannelName()  : string|null
processValue()  : mixed

Methods

getClassChannelName()

protected getClassChannelName(ReflectionClass $class) : string|null
Parameters
$class : ReflectionClass
Return values
string|null

getParameterChannelName()

protected getParameterChannelName(ReflectionParameter $parameter) : string|null
Parameters
$parameter : ReflectionParameter
Return values
string|null

processValue()

protected processValue(mixed $value[, bool $isRoot = false ]) : mixed
Parameters
$value : mixed
$isRoot : bool = false

        
On this page

Search results