|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| build (CommandInterface $command, array $options=array()) | |
| canBuild (CommandInterface $command) | |
Factory for creating {
Definition at line 10 of file ResourceIteratorFactoryInterface.php.
| Guzzle\Service\Resource\ResourceIteratorFactoryInterface::build | ( | CommandInterface | $command, |
| array | $options = array() |
||
| ) |
Create a resource iterator
| CommandInterface | $command | Command to create an iterator for |
| array | $options | Iterator options that are exposed as data. |
Implemented in Guzzle\Service\Resource\CompositeResourceIteratorFactory, and Guzzle\Service\Resource\AbstractResourceIteratorFactory.
| Guzzle\Service\Resource\ResourceIteratorFactoryInterface::canBuild | ( | CommandInterface | $command | ) |
Check if the factory can create an iterator
| CommandInterface | $command | Command to create an iterator for |
Implemented in Guzzle\Service\Resource\CompositeResourceIteratorFactory, and Guzzle\Service\Resource\AbstractResourceIteratorFactory.