Barryvdh\Snappy\IlluminateSnappyPdf::isFile PHP Method

isFile() protected method

Wrapper for the "is_file" method
protected isFile ( string $filename ) : boolean
$filename string
return boolean
    protected function isFile($filename)
    {
        return $this->fs->isFile($filename);
    }