ResolverInterface.php
Same filename in this branch
Namespace
OpenTelemetry\SDK\Common\Configuration\ResolverFile
-
vendor/
open-telemetry/ sdk/ Common/ Configuration/ Resolver/ ResolverInterface.php
View source
<?php
declare (strict_types=1);
namespace OpenTelemetry\SDK\Common\Configuration\Resolver;
interface ResolverInterface {
/**
* @return mixed
*/
public function retrieveValue(string $variableName);
public function hasVariable(string $variableName) : bool;
}
Interfaces
Title | Deprecated | Summary |
---|---|---|
ResolverInterface |