function Node::__construct
Same name in this branch
- 11.1.x vendor/twig/twig/src/Node/Node.php \Twig\Node\Node::__construct()
- 11.1.x vendor/mck89/peast/lib/Peast/Syntax/Node/Node.php \Peast\Syntax\Node\Node::__construct()
- 11.1.x core/modules/node/src/Plugin/migrate/source/d6/Node.php \Drupal\node\Plugin\migrate\source\d6\Node::__construct()
- 11.1.x core/modules/node/src/Plugin/migrate/source/d7/Node.php \Drupal\node\Plugin\migrate\source\d7\Node::__construct()
- 11.1.x core/modules/node/src/Plugin/views/wizard/Node.php \Drupal\node\Plugin\views\wizard\Node::__construct()
- 11.1.x core/modules/node/src/Plugin/views/argument_default/Node.php \Drupal\node\Plugin\views\argument_default\Node::__construct()
1 method overrides Node::__construct()
- Project::__construct in vendor/
phpunit/ php-code-coverage/ src/ Report/ Xml/ Project.php
File
-
vendor/
phpunit/ php-code-coverage/ src/ Report/ Xml/ Node.php, line 23
Class
- Node
- @internal This class is not covered by the backward compatibility promise for phpunit/php-code-coverage
Namespace
SebastianBergmann\CodeCoverage\Report\XmlCode
public function __construct(DOMElement $context) {
$this->setContextNode($context);
}