Barryvdh\Snappy\IlluminateSnappyPdf::isFile PHP Méthode

isFile() protected méthode

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