ExtensionHookManager
in package
implements
HookManagerInterface
FinalYes
Tags
Attributes
- #[ExtensionDependency]
- 'opentelemetry'
- '^1.0'
Table of Contents
Interfaces
Methods
- hook() : void
- bindHookScope() : Closure|null
Methods
hook()
public
hook(string|null $class, string $function[, Closure|null $preHook = null ][, Closure|null $postHook = null ]) : void
Parameters
- $class : string|null
- $function : string
- $preHook : Closure|null = null
- $postHook : Closure|null = null
Tags
bindHookScope()
private
bindHookScope(Closure|null $closure) : Closure|null
Parameters
- $closure : Closure|null