EelInvocationTracerInterface
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
void
recordMethodCall(object $object, string $methodName, array $arguments)
No description
void
recordFunctionCall(callable $function, string $functionName, array $arguments)
No description