Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ExcludeIterator.php

function ExcludeIterator::__construct

@psalm-param list<string> $exclude

File

vendor/phpunit/php-file-iterator/src/ExcludeIterator.php, line 31

Class

ExcludeIterator
@internal This class is not covered by the backward compatibility promise for phpunit/php-file-iterator

Namespace

SebastianBergmann\FileIterator

Code

public function __construct(RecursiveDirectoryIterator $iterator, array $exclude) {
    parent::__construct($iterator);
    $this->exclude = $exclude;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal