Open Monograph Press
3.3.0
|
Public Member Functions | |
getParameters () | |
getParameters () | |
getResponse () | |
getResponse () | |
initialize (array $parameters=array()) | |
initialize (array $parameters=array()) | |
send () | |
send () | |
sendData ($data) | |
sendData ($data) | |
![]() | |
getData () | |
getData () | |
Request Interface
This interface class defines the standard functions that any Omnipay request interface needs to be able to provide. It is an extension of MessageInterface.
Request Interface
This interface class defines the standard functions that any Omnipay request interface needs to be able to provide. It is an extension of MessageInterface.
Definition at line 16 of file lib/vendor/omnipay/common/src/Omnipay/Common/Message/RequestInterface.php.
Omnipay\Common\Message\RequestInterface::getParameters | ( | ) |
Omnipay\Common\Message\RequestInterface::getParameters | ( | ) |
Omnipay\Common\Message\RequestInterface::getResponse | ( | ) |
Get the response to this request (if the request has been sent)
Implemented in Omnipay\Common\Message\AbstractRequest, and Omnipay\Common\Message\AbstractRequest.
Omnipay\Common\Message\RequestInterface::getResponse | ( | ) |
Get the response to this request (if the request has been sent)
Implemented in Omnipay\Common\Message\AbstractRequest, and Omnipay\Common\Message\AbstractRequest.
Omnipay\Common\Message\RequestInterface::initialize | ( | array | $parameters = array() | ) |
Initialize request with parameters
array | $parameters | The parameters to send |
Implemented in Omnipay\Common\Message\AbstractRequest, and Omnipay\Common\Message\AbstractRequest.
Omnipay\Common\Message\RequestInterface::initialize | ( | array | $parameters = array() | ) |
Initialize request with parameters
array | $parameters | The parameters to send |
Implemented in Omnipay\Common\Message\AbstractRequest, and Omnipay\Common\Message\AbstractRequest.
Omnipay\Common\Message\RequestInterface::send | ( | ) |
Send the request
Implemented in Omnipay\Common\Message\AbstractRequest, and Omnipay\Common\Message\AbstractRequest.
Omnipay\Common\Message\RequestInterface::send | ( | ) |
Send the request
Implemented in Omnipay\Common\Message\AbstractRequest, and Omnipay\Common\Message\AbstractRequest.
Omnipay\Common\Message\RequestInterface::sendData | ( | $data | ) |
Send the request with specified data
mixed | $data | The data to send |
Implemented in Omnipay\Common\Message\AbstractRequestTest_MockAbstractRequest, Omnipay\PayPal\Message\AbstractRequest, Omnipay\PayPal\Message\AbstractRequest, Omnipay\Common\AbstractGatewayTest_MockAbstractRequest, Omnipay\PayPal\Message\AbstractRestRequest, Omnipay\PayPal\Message\AbstractRestRequest, Omnipay\PayPal\Message\RestTokenRequest, and Omnipay\PayPal\Message\RestTokenRequest.
Omnipay\Common\Message\RequestInterface::sendData | ( | $data | ) |
Send the request with specified data
mixed | $data | The data to send |
Implemented in Omnipay\Common\Message\AbstractRequestTest_MockAbstractRequest, Omnipay\PayPal\Message\AbstractRequest, Omnipay\PayPal\Message\AbstractRequest, Omnipay\Common\AbstractGatewayTest_MockAbstractRequest, Omnipay\PayPal\Message\AbstractRestRequest, Omnipay\PayPal\Message\AbstractRestRequest, Omnipay\PayPal\Message\RestTokenRequest, and Omnipay\PayPal\Message\RestTokenRequest.
Referenced by Omnipay\Common\Message\AbstractRequest\send().