Overview

Namespaces

  • Contrib
    • Bundle
      • CoverallsBundle
        • Console
        • Entity
      • CoverallsV1Bundle
        • Api
        • Collector
        • Command
        • Config
        • Entity
          • Git
    • Component
      • File
      • Log
      • System
        • Git
  • Guzzle
    • Batch
      • Exception
    • Cache
    • Common
      • Exception
    • Http
      • Curl
      • Exception
      • Message
      • 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
  • PHP
  • Psr
    • Log
  • Symfony
    • Component
      • Config
        • Definition
          • Builder
          • Exception
        • Exception
        • Loader
        • Resource
        • Util
      • Console
        • Command
        • Formatter
        • Helper
        • Input
        • Output
        • Tester
      • EventDispatcher
        • Debug
      • Finder
        • Adapter
        • Comparator
        • Exception
        • Expression
        • Iterator
        • Shell
      • Stopwatch
      • Yaml
        • Exception

Classes

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

Interfaces

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

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 Guzzle/Service/Command/DefaultRequestSerializer.php
Methods summary
public static Guzzle\Service\Command\DefaultRequestSerializer
# getInstance( )

Get a cached default instance of the class

Get a cached default instance of the class

Returns

Guzzle\Service\Command\DefaultRequestSerializer

CodeCoverageIgnore

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

Parameters

$factory
Guzzle\Service\Command\LocationVisitor\VisitorFlyweight
$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
string
$location Location to associate with the visitor
$visitor
Guzzle\Service\Command\LocationVisitor\Request\RequestVisitorInterface
$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
Guzzle\Service\Command\CommandInterface
$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
Guzzle\Service\Description\OperationInterface
$operation Operation that owns the command
$command
Guzzle\Service\Command\CommandInterface
$command Command to prepare
$request
Guzzle\Http\Message\RequestInterface
$request Request to serialize
$additional
Guzzle\Service\Description\Parameter
$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
Guzzle\Service\Command\CommandInterface
$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
#
php-coveralls API documentation generated by ApiGen 2.8.0