ConfigProperties.php
Namespace
OpenTelemetry\API\ConfigurationFile
-
vendor/
open-telemetry/ api/ Configuration/ ConfigProperties.php
View source
<?php
declare (strict_types=1);
namespace OpenTelemetry\API\Configuration;
interface ConfigProperties {
public function get(string $id) : mixed;
}
Interfaces
Title | Deprecated | Summary |
---|---|---|
ConfigProperties |