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;
    }