whoami7 - Manager
:
/
home
/
qbizpnmr
/
arif.umairtax.com
/
vendor
/
open-telemetry
/
api
/
Baggage
/
Upload File:
files >> /home/qbizpnmr/arif.umairtax.com/vendor/open-telemetry/api/Baggage/Entry.php
<?php declare(strict_types=1); namespace OpenTelemetry\API\Baggage; final class Entry { public function __construct( private readonly mixed $value, private readonly MetadataInterface $metadata, ) { } public function getValue(): mixed { return $this->value; } public function getMetadata(): MetadataInterface { return $this->metadata; } }
Copyright ©2021 || Defacer Indonesia