class Xml
Same name in this branch
- 11.1.x vendor/phpunit/phpunit/src/Util/Xml/Xml.php \PHPUnit\Util\Xml
- 11.1.x vendor/squizlabs/php_codesniffer/src/Reports/Xml.php \PHP_CodeSniffer\Reports\Xml
@no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
@internal This class is not covered by the backward compatibility promise for PHPUnit
@psalm-immutable
Hierarchy
- class \PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Xml
Expanded class hierarchy of Xml
2 files declare their use of Xml
- CodeCoverage.php in vendor/
phpunit/ phpunit/ src/ TextUI/ Configuration/ Xml/ CodeCoverage/ CodeCoverage.php - Loader.php in vendor/
phpunit/ phpunit/ src/ TextUI/ Configuration/ Xml/ Loader.php
20 string references to 'Xml'
- AbstractObjectNormalizer::validateAndDenormalize in vendor/
symfony/ serializer/ Normalizer/ AbstractObjectNormalizer.php - Validates the submitted data and denormalizes it.
- AbstractObjectNormalizer::validateAndDenormalizeLegacy in vendor/
symfony/ serializer/ Normalizer/ AbstractObjectNormalizer.php - Validates the submitted data and denormalizes it.
- bootstrap.php in vendor/
symfony/ polyfill-iconv/ bootstrap.php - bootstrap80.php in vendor/
symfony/ polyfill-iconv/ bootstrap80.php - CodeBlock::defaultConfiguration in core/
modules/ ckeditor5/ src/ Plugin/ CKEditor5Plugin/ CodeBlock.php
File
-
vendor/
phpunit/ phpunit/ src/ TextUI/ Configuration/ Xml/ CodeCoverage/ Report/ Xml.php, line 21
Namespace
PHPUnit\TextUI\XmlConfiguration\CodeCoverage\ReportView source
final class Xml {
private readonly Directory $target;
public function __construct(Directory $target) {
$this->target = $target;
}
public function target() : Directory {
return $this->target;
}
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
Xml::$target | private | property | |
Xml::target | public | function | |
Xml::__construct | public | function |