class Constant
Same name in this branch
- 11.1.x vendor/phpunit/phpunit/src/TextUI/Configuration/Value/Constant.php \PHPUnit\TextUI\Configuration\Constant
Hierarchy
- class \OpenTelemetry\SDK\Resource\Detectors\Constant implements \OpenTelemetry\SDK\Resource\ResourceDetectorInterface
Expanded class hierarchy of Constant
8 string references to 'Constant'
- CoreExtension::getFunctions in vendor/
twig/ twig/ src/ Extension/ CoreExtension.php - Returns a list of functions to add to the existing list.
- CoreExtension::getTests in vendor/
twig/ twig/ src/ Extension/ CoreExtension.php - Returns a list of tests to add to the existing list.
- DefinedTest::__construct in vendor/
twig/ twig/ src/ Node/ Expression/ Test/ DefinedTest.php - FullyQualifiedClassNameInAnnotationSniff::process in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ Namespaces/ FullyQualifiedClassNameInAnnotationSniff.php - * @phpcsSuppress SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint *
- FunctionExpression::compile in vendor/
twig/ twig/ src/ Node/ Expression/ FunctionExpression.php
File
-
vendor/
open-telemetry/ sdk/ Resource/ Detectors/ Constant.php, line 10
Namespace
OpenTelemetry\SDK\Resource\DetectorsView source
final class Constant implements ResourceDetectorInterface {
public function __construct(ResourceInfo $resourceInfo) {
}
public function getResource() : ResourceInfo {
return $this->resourceInfo;
}
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overriden Title |
---|---|---|---|---|
Constant::getResource | public | function | Overrides ResourceDetectorInterface::getResource | |
Constant::__construct | public | function |