remoteFilename = $name; } /** * returns the of the remote location for updating the ini file * * @throws void */ 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 * * @throws void */ public function getRemoteTimeUrl(): string { return self::REMOTE_TIME_URI; } /** * returns the of the remote location for checking the version of the ini file * * @throws void */ public function getRemoteVersionUrl(): string { return self::REMOTE_VERSION_URI; } }