Open Journal Systems
3.3.0
ResourceIteratorFactoryInterface.php
1
<?php
2
3
namespace
Guzzle\Service\Resource
;
4
5
use
Guzzle\Service\Command\CommandInterface
;
6
10
interface
ResourceIteratorFactoryInterface
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
plugins
paymethod
paypal
lib
vendor
guzzle
guzzle
src
Guzzle
Service
Resource
ResourceIteratorFactoryInterface.php
Generated on Fri Aug 28 2020 14:53:25 for Open Journal Systems by
1.8.17