Barryvdh\Snappy\IlluminateSnappyPdf::isFile PHP 메소드

isFile() 보호된 메소드

Wrapper for the "is_file" method
protected isFile ( string $filename ) : boolean
$filename string
리턴 boolean
    protected function isFile($filename)
    {
        return $this->fs->isFile($filename);
    }