\Guzzle\Service\ResourceAbstractResourceIteratorFactory

Abstract resource iterator factory implementation

Summary

Methods
Properties
Constants
build()
canBuild()
No public properties found
No constants found
getClassName()
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

canBuild()

canBuild(\Guzzle\Service\Command\CommandInterface  $command) : boolean

Check if the factory can create an iterator

Parameters

\Guzzle\Service\Command\CommandInterface $command

Command to create an iterator for

Returns

boolean

getClassName()

getClassName(\Guzzle\Service\Command\CommandInterface  $command) : string

Get the name of the class to instantiate for the command

Parameters

\Guzzle\Service\Command\CommandInterface $command

Command that is associated with the iterator

Returns

string