You are here

public function Finder::__construct in Database Sanitize 7

File

vendor/symfony/finder/Finder.php, line 64

Class

Finder
Finder allows to build rules to find files and directories.

Namespace

Symfony\Component\Finder

Code

public function __construct() {
  $this->ignore = static::IGNORE_VCS_FILES | static::IGNORE_DOT_FILES;
}