OpenTelemetry PHP

ExtensionHookManager
in package
implements HookManagerInterface

FinalYes
Tags
phan-file-suppress

PhanUndeclaredClassAttribute

Attributes
#[ExtensionDependency]
'opentelemetry'
'^1.0'

Table of Contents

Interfaces

HookManagerInterface

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
phan-suppress

PhanUndeclaredFunction

bindHookScope()

private bindHookScope(Closure|null $closure) : Closure|null
Parameters
$closure : Closure|null
Return values
Closure|null

        
On this page

Search results