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

  • AbstractResourceIteratorFactory
  • CompositeResourceIteratorFactory
  • MapResourceIteratorFactory
  • Model
  • ResourceIterator
  • ResourceIteratorApplyBatched
  • ResourceIteratorClassFactory

Interfaces

  • ResourceIteratorFactoryInterface
  • ResourceIteratorInterface
  • Overview
  • Namespace
  • Class
  • Tree
  • Todo

Namespace Guzzle\Service\Resource

Classes summary
AbstractResourceIteratorFactory Abstract resource iterator factory implementation
CompositeResourceIteratorFactory Factory that utilizes multiple factories for creating iterators
MapResourceIteratorFactory Resource iterator factory used when explicitly mapping strings to iterator classes
Model Default model created when commands create service description model responses
ResourceIterator Class that holds an event dispatcher
ResourceIteratorApplyBatched Apply a callback to the contents of a Guzzle\Service\Resource\ResourceIteratorInterface
ResourceIteratorClassFactory Factory for creating Guzzle\Service\Resource\ResourceIteratorInterface objects using a convention of storing iterator classes under a root namespace using the name of a Guzzle\Service\Command\CommandInterface object as a convention for determining the name of an iterator class. The command name is converted to CamelCase and Iterator is appended (e.g. abc_foo => AbcFoo).
Interfaces summary
ResourceIteratorFactoryInterface Factory for creating Guzzle\Service\Resource\ResourceIteratorInterface objects
ResourceIteratorInterface Iterates over a paginated resource using subsequent requests in order to retrieve the entire matching result set
php-coveralls API documentation generated by ApiGen 2.8.0