PHP Class Omnipay\Alipay\Requests\AopVerifyAppPayReturnRequest

Inheritance: extends AbstractAopRequest
Afficher le fichier Open project: lokielse/omnipay-alipay Class Usage Examples

Protected Properties

Свойство Type Description
$key

Méthodes publiques

Méthode 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.
getMemo ( ) : mixed
getResult ( ) : mixed
getResultStatus ( ) : mixed
sendData ( mixed $data ) : Omnipay\Common\Message\ResponseInterface Send the request with specified data
setMemo ( $value )
setResult ( $value )
setResultStatus ( $value )
validate ( )

Method Details

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

getMemo() public méthode

public getMemo ( ) : mixed
Résultat mixed

getResult() public méthode

public getResult ( ) : mixed
Résultat mixed

getResultStatus() public méthode

public getResultStatus ( ) : mixed
Résultat mixed

sendData() public méthode

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

setMemo() public méthode

public setMemo ( $value )
$value

setResult() public méthode

public setResult ( $value )
$value

setResultStatus() public méthode

public setResultStatus ( $value )
$value

validate() public méthode

public validate ( )

Property Details

$key protected_oe property

protected $key