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

getFileContents() 보호된 메소드

Wrapper for the "file_get_contents" function
protected getFileContents ( string $filename ) : string
$filename string
리턴 string
    protected function getFileContents($filename)
    {
        return $this->fs->get($filename);
    }