Barryvdh\Snappy\IlluminateSnappyPdf::getFileContents PHP Method

getFileContents() protected method

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