interface HookManagerInterface
Hierarchy
- interface \OpenTelemetry\API\Instrumentation\AutoInstrumentation\HookManagerInterface
Expanded class hierarchy of HookManagerInterface
All classes that implement HookManagerInterface
1 file declares its use of HookManagerInterface
- SdkAutoloader.php in vendor/
open-telemetry/ sdk/ SdkAutoloader.php
File
-
vendor/
open-telemetry/ api/ Instrumentation/ AutoInstrumentation/ HookManagerInterface.php, line 10
Namespace
OpenTelemetry\API\Instrumentation\AutoInstrumentationView source
interface HookManagerInterface {
/**
* @param ?Closure(object|string|null, array, ?string, string, ?string, ?int): (array|null|void) $preHook
* @param ?Closure(object|string|null, array, mixed, ?Throwable): (mixed|void) $postHook
*/
public function hook(?string $class, string $function, ?Closure $preHook = null, ?Closure $postHook = null) : void;
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
HookManagerInterface::hook | public | function | 2 |