DirectAdmin\LetsEncrypt\Lib\Utility\StorageTrait::getFromStorage PHP Method

getFromStorage() public method

Get from storage
public getFromStorage ( $fileName ) : string
$fileName
return string
    public function getFromStorage($fileName)
    {
        return file_get_contents($this->getStoragePath() . DIRECTORY_SEPARATOR . $fileName);
    }