paragraph1\phpFCM\Client::setProxyApiUrl PHP Méthode

setProxyApiUrl() public méthode

people can overwrite the api url with a proxy server url of their own
public setProxyApiUrl ( string $url ) : Client
$url string
Résultat Client
    public function setProxyApiUrl($url)
    {
        $this->proxyApiUrl = $url;
        return $this;
    }