PHP Class Omnipay\Alipay\Requests\LegacyVerifyAppPayReturnRequest

Inheritance: extends AbstractLegacyRequest
Exibir arquivo Open project: lokielse/omnipay-alipay Class Usage Examples

Public Methods

Method Description
getData ( ) : mixed 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.
getResult ( ) : mixed
sendData ( mixed $data ) : Omnipay\Common\Message\ResponseInterface Send the request with specified data
setResult ( $value )
validateParams ( )

Method Details

getData() public method

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
return mixed

getResult() public method

public getResult ( ) : mixed
return mixed

sendData() public method

Send the request with specified data
public sendData ( mixed $data ) : Omnipay\Common\Message\ResponseInterface
$data mixed The data to send
return Omnipay\Common\Message\ResponseInterface

setResult() public method

public setResult ( $value )
$value

validateParams() public method

public validateParams ( )