File manager - Edit - /var/www/payraty/helpdesk/vendor/open-telemetry/api/Baggage/Metadata.php
Back
<?php declare(strict_types=1); namespace OpenTelemetry\API\Baggage; final class Metadata implements MetadataInterface { private static ?self $instance = null; public static function getEmpty(): Metadata { return self::$instance ??= new self(''); } private string $metadata; public function __construct(string $metadata) { $this->metadata = $metadata; } public function getValue(): string { return $this->metadata; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings