NoopHookManager.php
Namespace
OpenTelemetry\API\Instrumentation\AutoInstrumentationFile
-
vendor/
open-telemetry/ api/ Instrumentation/ AutoInstrumentation/ NoopHookManager.php
View source
<?php
declare (strict_types=1);
namespace OpenTelemetry\API\Instrumentation\AutoInstrumentation;
use Closure;
final class NoopHookManager implements HookManagerInterface {
public function hook(?string $class, string $function, ?Closure $preHook = null, ?Closure $postHook = null) : void {
// no-op
}
}
Classes
Title | Deprecated | Summary |
---|---|---|
NoopHookManager |