remoteFilename = $name; } /** * returns the of the remote location for updating the ini file * * @return string */ public function getRemoteIniUrl() : string { return str_replace('%q', $this->remoteFilename, self::REMOTE_INI_URI); } /** * returns the of the remote location for checking the version of the ini file * * @return string */ public function getRemoteTimeUrl() : string { return self::REMOTE_TIME_URI; } /** * returns the of the remote location for checking the version of the ini file * * @return string */ public function getRemoteVersionUrl() : string { return self::REMOTE_VERSION_URI; } }