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

  • AbstractCommand
  • ClosureCommand
  • CreateResponseClassEvent
  • DefaultRequestSerializer
  • DefaultResponseParser
  • OperationCommand
  • OperationResponseParser

Interfaces

  • CommandInterface
  • RequestSerializerInterface
  • ResponseClassInterface
  • ResponseParserInterface
  • Overview
  • Namespace
  • Class
  • Tree

Class DefaultRequestSerializer

Default request serializer that transforms command options and operation parameters into a request

Guzzle\Service\Command\DefaultRequestSerializer implements Guzzle\Service\Command\RequestSerializerInterface
Namespace: Guzzle\Service\Command
Located at src/Guzzle/Service/Command/DefaultRequestSerializer.php
Methods summary
public static Guzzle\Service\Command\DefaultRequestSerializer
# getInstance( )

Returns

Guzzle\Service\Command\DefaultRequestSerializer

Codecoverageignore

public
# __construct( Guzzle\Service\Command\LocationVisitor\VisitorFlyweight $factory )

Parameters

$factory
Factory to use when creating visitors
public Guzzle\Service\Command\DefaultRequestSerializer
# addVisitor( string $location, Guzzle\Service\Command\LocationVisitor\Request\RequestVisitorInterface $visitor )

Add a location visitor to the serializer

Add a location visitor to the serializer

Parameters

$location
Location to associate with the visitor
$visitor
Visitor to attach

Returns

Guzzle\Service\Command\DefaultRequestSerializer
public Guzzle\Http\Message\RequestInterface
# prepare( Guzzle\Service\Command\CommandInterface $command )

Create a request for a command

Create a request for a command

Parameters

$command
Command that will own the request

Returns

Guzzle\Http\Message\RequestInterface

Implementation of

Guzzle\Service\Command\RequestSerializerInterface::prepare()
protected null|Guzzle\Service\Command\LocationVisitor\Request\RequestVisitorInterface
# prepareAdditionalParameters( Guzzle\Service\Description\OperationInterface $operation, Guzzle\Service\Command\CommandInterface $command, Guzzle\Http\Message\RequestInterface $request, Guzzle\Service\Description\Parameter $additional )

Serialize additional parameters

Serialize additional parameters

Parameters

$operation
Operation that owns the command
$command
Command to prepare
$request
Request to serialize
$additional
Additional parameters

Returns

null|Guzzle\Service\Command\LocationVisitor\Request\RequestVisitorInterface
protected Guzzle\Http\Message\RequestInterface
# createRequest( Guzzle\Service\Command\CommandInterface $command )

Create a request for the command and operation

Create a request for the command and operation

Parameters

$command
Command to create a request for

Returns

Guzzle\Http\Message\RequestInterface
Properties summary
protected Guzzle\Service\Command\LocationVisitor\VisitorFlyweight $factory

$factory Visitor factory

$factory Visitor factory

#
protected static Guzzle\Service\Command\DefaultRequestSerializer $instance
#
Omnipay Viva Payments Gateway Module API Documentation API documentation generated by ApiGen