Njasm\Soundcloud\Request\Request::asXml PHP Méthode

asXml() public méthode

See also: https://github.com/njasm/soundcloud/issues/16
Deprecation: Soundcloud does not support XML responses anymore.
public asXml ( ) : Request
Résultat Request
    public function asXml()
    {
        $this->asJson();
        return $this;
    }