Open Journal Systems
3.3.0
|
Public Member Functions | |
__construct (array $map) | |
getClassName (CommandInterface $command) | |
![]() | |
build (CommandInterface $command, array $options=array()) | |
canBuild (CommandInterface $command) | |
Protected Attributes | |
$map | |
Additional Inherited Members |
Resource iterator factory used when explicitly mapping strings to iterator classes
Definition at line 10 of file MapResourceIteratorFactory.php.
Guzzle\Service\Resource\MapResourceIteratorFactory::__construct | ( | array | $map | ) |
array | $map | Associative array mapping iterator names to class names |
Definition at line 19 of file MapResourceIteratorFactory.php.
References Guzzle\Service\Resource\MapResourceIteratorFactory\$map.
Guzzle\Service\Resource\MapResourceIteratorFactory::getClassName | ( | CommandInterface | $command | ) |
Get the name of the class to instantiate for the command
CommandInterface | $command | Command that is associated with the iterator |
Reimplemented from Guzzle\Service\Resource\AbstractResourceIteratorFactory.
Definition at line 24 of file MapResourceIteratorFactory.php.
References Guzzle\Service\Command\CommandInterface\getName().
|
protected |
Associative array mapping iterator names to class names
Definition at line 16 of file MapResourceIteratorFactory.php.
Referenced by Guzzle\Service\Resource\MapResourceIteratorFactory\__construct().