class Entry
Hierarchy
- class \OpenTelemetry\API\Baggage\Entry
Expanded class hierarchy of Entry
1 file declares its use of Entry
- BaggagePropagator.php in vendor/
open-telemetry/ api/ Baggage/ Propagation/ BaggagePropagator.php
File
-
vendor/
open-telemetry/ api/ Baggage/ Entry.php, line 7
Namespace
OpenTelemetry\API\BaggageView source
final class Entry {
public function __construct(mixed $value, MetadataInterface $metadata) {
}
public function getValue() : mixed {
return $this->value;
}
public function getMetadata() : MetadataInterface {
return $this->metadata;
}
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
Entry::getMetadata | public | function | |
Entry::getValue | public | function | |
Entry::__construct | public | function |