Open Monograph Press  3.3.0
Omnipay\Common\Message\RequestInterface Interface Reference
Inheritance diagram for Omnipay\Common\Message\RequestInterface:
Omnipay\Common\Message\MessageInterface Omnipay\Common\Message\AbstractRequest Omnipay\Common\AbstractGatewayTest_MockAbstractRequest Omnipay\Common\Message\AbstractRequestTest_MockAbstractRequest Omnipay\PayPal\Message\AbstractRequest Omnipay\PayPal\Message\AbstractRestRequest Omnipay\PayPal\Message\CaptureRequest Omnipay\PayPal\Message\ExpressAuthorizeRequest Omnipay\PayPal\Message\ExpressCompleteAuthorizeRequest Omnipay\PayPal\Message\ExpressFetchCheckoutRequest Omnipay\PayPal\Message\ExpressTransactionSearchRequest Omnipay\PayPal\Message\ExpressVoidRequest Omnipay\PayPal\Message\FetchTransactionRequest Omnipay\PayPal\Message\ProAuthorizeRequest Omnipay\PayPal\Message\RefundRequest Omnipay\PayPal\Message\RestAuthorizeRequest Omnipay\PayPal\Message\RestCancelSubscriptionRequest Omnipay\PayPal\Message\RestCaptureRequest Omnipay\PayPal\Message\RestCompletePurchaseRequest Omnipay\PayPal\Message\RestCompleteSubscriptionRequest Omnipay\PayPal\Message\RestCreateCardRequest Omnipay\PayPal\Message\RestCreatePlanRequest Omnipay\PayPal\Message\RestCreateSubscriptionRequest Omnipay\PayPal\Message\RestDeleteCardRequest Omnipay\PayPal\Message\RestFetchPurchaseRequest Omnipay\PayPal\Message\RestFetchTransactionRequest Omnipay\PayPal\Message\RestListPlanRequest Omnipay\PayPal\Message\RestListPurchaseRequest Omnipay\PayPal\Message\RestReactivateSubscriptionRequest Omnipay\PayPal\Message\RestRefundCaptureRequest Omnipay\PayPal\Message\RestRefundRequest Omnipay\PayPal\Message\RestSearchTransactionRequest Omnipay\PayPal\Message\RestSuspendSubscriptionRequest Omnipay\PayPal\Message\RestTokenRequest Omnipay\PayPal\Message\RestUpdatePlanRequest Omnipay\PayPal\Message\RestVoidRequest

Public Member Functions

 getParameters ()
 
 getParameters ()
 
 getResponse ()
 
 getResponse ()
 
 initialize (array $parameters=array())
 
 initialize (array $parameters=array())
 
 send ()
 
 send ()
 
 sendData ($data)
 
 sendData ($data)
 
- Public Member Functions inherited from Omnipay\Common\Message\MessageInterface
 getData ()
 
 getData ()
 

Detailed Description

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.

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

Member Function Documentation

◆ getParameters() [1/2]

Omnipay\Common\Message\RequestInterface::getParameters ( )

Get all request parameters

Returns
array

Implemented in Omnipay\Common\Message\AbstractRequest.

◆ getParameters() [2/2]

Omnipay\Common\Message\RequestInterface::getParameters ( )

Get all request parameters

Returns
array

Implemented in Omnipay\Common\Message\AbstractRequest.

◆ getResponse() [1/2]

Omnipay\Common\Message\RequestInterface::getResponse ( )

Get the response to this request (if the request has been sent)

Returns
ResponseInterface

Implemented in Omnipay\Common\Message\AbstractRequest, and Omnipay\Common\Message\AbstractRequest.

◆ getResponse() [2/2]

Omnipay\Common\Message\RequestInterface::getResponse ( )

Get the response to this request (if the request has been sent)

Returns
ResponseInterface

Implemented in Omnipay\Common\Message\AbstractRequest, and Omnipay\Common\Message\AbstractRequest.

◆ initialize() [1/2]

Omnipay\Common\Message\RequestInterface::initialize ( array  $parameters = array())

Initialize request with parameters

Parameters
array$parametersThe parameters to send

Implemented in Omnipay\Common\Message\AbstractRequest, and Omnipay\Common\Message\AbstractRequest.

◆ initialize() [2/2]

Omnipay\Common\Message\RequestInterface::initialize ( array  $parameters = array())

Initialize request with parameters

Parameters
array$parametersThe parameters to send

Implemented in Omnipay\Common\Message\AbstractRequest, and Omnipay\Common\Message\AbstractRequest.

◆ send() [1/2]

Omnipay\Common\Message\RequestInterface::send ( )

◆ send() [2/2]

Omnipay\Common\Message\RequestInterface::send ( )

◆ sendData() [1/2]

◆ sendData() [2/2]


The documentation for this interface was generated from the following file: