File manager - Edit - /var/www/payraty/helpdesk/vendor/open-telemetry/api/Baggage/Entry.php
Back
<?php declare(strict_types=1); namespace OpenTelemetry\API\Baggage; final class Entry { /** @var mixed */ private $value; private MetadataInterface $metadata; /** * @param mixed $value * @param MetadataInterface $metadata */ public function __construct( $value, MetadataInterface $metadata ) { $this->value = $value; $this->metadata = $metadata; } /** * @return mixed */ public function getValue() { return $this->value; } public function getMetadata(): MetadataInterface { return $this->metadata; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings