PHP Class Omnipay\Alipay\Requests\AopVerifyAppPayReturnRequest

Inheritance: extends AbstractAopRequest
ファイルを表示 Open project: lokielse/omnipay-alipay Class Usage Examples

Protected Properties

Property Type Description
$key

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.
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 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

getMemo() public method

public getMemo ( ) : mixed
return mixed

getResult() public method

public getResult ( ) : mixed
return mixed

getResultStatus() public method

public getResultStatus ( ) : 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

setMemo() public method

public setMemo ( $value )
$value

setResult() public method

public setResult ( $value )
$value

setResultStatus() public method

public setResultStatus ( $value )
$value

validate() public method

public validate ( )

Property Details

$key protected_oe property

protected $key