Omnipay\Alipay\Requests\LegacyNotifyRequest::getData PHP Méthode

getData() public méthode

Get the raw data array for this message. The format of this varies from gateway to gateway, but will usually be either an associative array, or a SimpleXMLElement.
public getData ( ) : mixed
Résultat mixed
    public function getData()
    {
        $this->initParams();
        $this->validateParams();
        return $this->params->all();
    }