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

isDir() protected méthode

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