Overview

Namespaces

  • Guzzle
    • Batch
      • Exception
    • Cache
    • Common
      • Exception
    • Http
      • Curl
      • Exception
      • Message
        • Header
      • QueryAggregator
    • Inflection
    • Iterator
    • Log
    • Parser
      • Cookie
      • Message
      • UriTemplate
      • Url
    • Plugin
      • Async
      • Backoff
      • Cache
      • Cookie
        • CookieJar
        • Exception
      • CurlAuth
      • ErrorResponse
        • Exception
      • History
      • Log
      • Md5
      • Mock
      • Oauth
    • Service
      • Builder
      • Command
        • Factory
        • LocationVisitor
          • Request
          • Response
      • Description
      • Exception
      • Resource
    • Stream
    • Tests
      • Batch
      • Cache
      • Common
        • Cache
        • Exception
      • Http
        • Curl
        • Exception
        • Message
          • Header
      • Inflection
      • Iterator
      • Log
      • Message
      • Mock
      • Parser
        • Cookie
        • Message
      • Parsers
        • UriTemplate
      • Plugin
        • Async
        • Backoff
        • Cache
        • Cookie
          • CookieJar
        • CurlAuth
        • ErrorResponse
        • History
        • Log
        • Md5
        • Mock
        • Oauth
        • Redirect
      • Service
        • Builder
        • Command
          • LocationVisitor
            • Request
            • Response
        • Description
        • Exception
        • Mock
          • Command
            • Sub
          • Model
        • Resource
      • Stream
  • None
  • Omnipay
    • Common
      • Exception
      • Message
    • Dummy
      • Message
    • VivaPayments
      • Message
  • PHP

Classes

  • AbstractRequest
  • AbstractResponse

Interfaces

  • FetchIssuersResponseInterface
  • FetchPaymentMethodsResponseInterface
  • MessageInterface
  • NotificationInterface
  • RedirectResponseInterface
  • RequestInterface
  • ResponseInterface
  • Overview
  • Namespace
  • Class
  • Tree

Interface RequestInterface

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.

Omnipay\Common\Message\RequestInterface implements Omnipay\Common\Message\MessageInterface

Direct known implementers

Omnipay\Common\Message\AbstractRequest

Indirect known implementers

Omnipay\Dummy\Message\AuthorizeRequest, Omnipay\VivaPayments\Message\AbstractRestRequest, Omnipay\VivaPayments\Message\FetchTransactionsRequest, Omnipay\VivaPayments\Message\NativeAuthorizeRequest, Omnipay\VivaPayments\Message\NativePurchaseRequest, Omnipay\VivaPayments\Message\RedirectAuthorizeRequest, Omnipay\VivaPayments\Message\RedirectPurchaseRequest, Omnipay\VivaPayments\Message\RefundRequest
Namespace: Omnipay\Common\Message
See: Omnipay\Common\Message\MessageInterface
Located at Common/Message/RequestInterface.php
Methods summary
public
# initialize( array $parameters = array() )

Initialize request with parameters

Initialize request with parameters

Parameters

$parameters
The parameters to send
public array
# getParameters( )

Get all request parameters

Get all request parameters

Returns

array
public Omnipay\Common\Message\ResponseInterface
# getResponse( )

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

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

Returns

Omnipay\Common\Message\ResponseInterface
public Omnipay\Common\Message\ResponseInterface
# send( )

Send the request

Send the request

Returns

Omnipay\Common\Message\ResponseInterface
public Omnipay\Common\Message\ResponseInterface
# sendData( mixed $data )

Send the request with specified data

Send the request with specified data

Parameters

$data
The data to send

Returns

Omnipay\Common\Message\ResponseInterface
Methods inherited from Omnipay\Common\Message\MessageInterface
getData()
Omnipay Viva Payments Gateway Module API Documentation API documentation generated by ApiGen