Bolt\Twig\FilesystemLoader::__construct PHP Метод

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

Constructor.
public __construct ( Bolt\Filesystem\FilesystemInterface $filesystem, array | string $paths = [] )
$filesystem Bolt\Filesystem\FilesystemInterface The filesystem to use
$paths array | string A path or an array of paths where to look for templates
    public function __construct(FilesystemInterface $filesystem, $paths = [])
    {
        $this->filesystem = $filesystem;
        parent::__construct($paths);
    }