Entry.php
Namespace
OpenTelemetry\API\BaggageFile
-
vendor/
open-telemetry/ api/ Baggage/ Entry.php
View source
<?php
declare (strict_types=1);
namespace OpenTelemetry\API\Baggage;
final class Entry {
public function __construct(mixed $value, MetadataInterface $metadata) {
}
public function getValue() : mixed {
return $this->value;
}
public function getMetadata() : MetadataInterface {
return $this->metadata;
}
}
Classes
Title | Deprecated | Summary |
---|---|---|
Entry |