Class 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).
- Guzzle\Service\Resource\AbstractResourceIteratorFactory implements Guzzle\Service\Resource\ResourceIteratorFactoryInterface
- Guzzle\Service\Resource\ResourceIteratorClassFactory
Namespace: Guzzle\Service\Resource
Located at src/Guzzle/Service/Resource/ResourceIteratorClassFactory.php
Located at src/Guzzle/Service/Resource/ResourceIteratorClassFactory.php
public
|
#
__construct( string|array $namespaces = array(),
|
public
|
|
protected
string
|
#
getClassName(
Get the name of the class to instantiate for the command |
build(),
canBuild()
|
protected
array
|
$namespaces
List of namespaces used to look for classes |
|
protected
|
$inflector
Inflector used to determine class names |