Barryvdh\Snappy\IlluminateSnappyPdf::__construct PHP Method

__construct() public method

public __construct ( Illuminate\Filesystem\Filesystem $fs, string $binary, array $options, array $env )
$fs Illuminate\Filesystem\Filesystem
$binary string
$options array
$env array
    public function __construct(Filesystem $fs, $binary, array $options, array $env)
    {
        parent::__construct($binary, $options, $env);
        $this->fs = $fs;
    }