PHP Class Omnipay\Alipay\Requests\AopTradeQueryRequest

Inheritance: extends AbstractAopRequest
Datei anzeigen Open project: lokielse/omnipay-alipay Class Usage Examples

Protected Properties

Property Type Description
$method

Public Methods

Method Description
sendData ( mixed $data ) : Omnipay\Common\Message\ResponseInterface Send the request with specified data
validateParams ( )

Method Details

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

validateParams() public method

public validateParams ( )

Property Details

$method protected_oe property

protected $method