Barryvdh\Snappy\IlluminateSnappyPdf::isDir PHP Method

isDir() protected method

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