interface EelInvocationTracerInterface (View source)

internal  experimental tracer for eel. Could be used for example to collect and log deprecations.
 

Methods

void
recordPropertyAccess(object $object, string $propertyName)

No description

void
recordMethodCall(object $object, string $methodName, array $arguments)

No description

void
recordFunctionCall(callable $function, string $functionName, array $arguments)

No description

Details

void recordPropertyAccess(object $object, string $propertyName)

No description

Parameters

object $object
string $propertyName

Return Value

void

void recordMethodCall(object $object, string $methodName, array $arguments)

No description

Parameters

object $object
string $methodName
array $arguments

Return Value

void

void recordFunctionCall(callable $function, string $functionName, array $arguments)

No description

Parameters

callable $function
string $functionName
array $arguments

Return Value

void