Open Journal Systems  3.3.0
ResourceIteratorFactoryInterface.php
1 <?php
2 
4 
6 
11 {
20  public function build(CommandInterface $command, array $options = array());
21 
29  public function canBuild(CommandInterface $command);
30 }
Guzzle\Service\Command\CommandInterface
Definition: CommandInterface.php:17
Guzzle\Service\Resource
Definition: AbstractResourceIteratorFactory.php:3
Guzzle\Service\Resource\ResourceIteratorFactoryInterface\canBuild
canBuild(CommandInterface $command)
Guzzle\Service\Resource\ResourceIteratorFactoryInterface\build
build(CommandInterface $command, array $options=array())
Guzzle\Service\Resource\ResourceIteratorFactoryInterface
Definition: ResourceIteratorFactoryInterface.php:10