Bolt\Filesystem\Matcher::__construct PHP Метод

__construct() публичный Метод

Constructor.
public __construct ( Bolt\Filesystem\FilesystemInterface $filesystem, array $filesystemsToCheck )
$filesystem Bolt\Filesystem\FilesystemInterface
$filesystemsToCheck array
    public function __construct(FilesystemInterface $filesystem, array $filesystemsToCheck)
    {
        $this->filesystem = $filesystem;
        $this->filesystemsToCheck = $filesystemsToCheck;
    }