Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Iterator.php
function Iterator::__construct
Same name in this branch
11.1.x vendor/phpunit/php-file-iterator/src/Iterator.php
\SebastianBergmann\FileIterator\Iterator::__construct()
File
vendor/
phpunit/
php-code-coverage/
src/
Node/
Iterator.php
, line 27
Class
Iterator
@internal This class is not covered by the backward compatibility promise for phpunit/php-code-coverage
Namespace
SebastianBergmann\CodeCoverage\Node
Code
public
function
__construct
(Directory
$node
) {
$this
->
nodes
=
$node
->
children
(); }
RSS feed