Barryvdh\Snappy\IlluminateSnappyPdf::isDir PHP Метод

isDir() защищенный Метод

Wrapper for the "is_dir" function
protected isDir ( string $filename ) : boolean
$filename string
Результат boolean
    protected function isDir($filename)
    {
        return $this->fs->isDirectory($filename);
    }