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);
    }