Barryvdh\Snappy\IlluminateSnappyPdf::fileExists PHP Method

fileExists() protected method

Wrapper for the "file_exists" function
protected fileExists ( string $filename ) : boolean
$filename string
return boolean
    protected function fileExists($filename)
    {
        return $this->fs->exists($filename);
    }