function ImplicitContextKeyedInterface::storeInContext
Returns a new {
See also
ContextInterface} created by setting `$this` into the provided [@see ContextInterface}.
3 methods override ImplicitContextKeyedInterface::storeInContext()
- Baggage::storeInContext in vendor/
open-telemetry/ api/ Baggage/ Baggage.php - @inheritDoc
- Configurator::storeInContext in vendor/
open-telemetry/ api/ Instrumentation/ Configurator.php - Returns a new {
- Span::storeInContext in vendor/
open-telemetry/ api/ Trace/ Span.php - @inheritDoc
File
-
vendor/
open-telemetry/ context/ ImplicitContextKeyedInterface.php, line 31
Class
- ImplicitContextKeyedInterface
- Represents a value that can be stored within {Allows storing themselves without exposing a {
Namespace
OpenTelemetry\ContextCode
public function storeInContext(ContextInterface $context) : ContextInterface;