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

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

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