Open Journal Systems
3.3.0
ResourceIteratorInterface.php
1
<?php
2
3
namespace
Guzzle\Service\Resource
;
4
5
use
Guzzle\Common\HasDispatcherInterface
;
6
use
Guzzle\Common\ToArrayInterface
;
7
11
interface
ResourceIteratorInterface
extends
ToArrayInterface
,
HasDispatcherInterface
, \Iterator, \Countable
12
{
18
public
function
getNextToken
();
19
29
public
function
setLimit
($limit);
30
41
public
function
setPageSize
($pageSize);
42
50
public
function
get
($key);
51
60
public
function
set
($key, $value);
61
}
Guzzle\Service\Resource\ResourceIteratorInterface\setPageSize
setPageSize($pageSize)
Guzzle\Common\ToArrayInterface
Definition:
paymethod/paypal/lib/vendor/guzzle/guzzle/src/Guzzle/Common/ToArrayInterface.php:8
Guzzle\Service\Resource\ResourceIteratorInterface\getNextToken
getNextToken()
Guzzle\Service\Resource\ResourceIteratorInterface
Definition:
ResourceIteratorInterface.php:11
Guzzle\Common\HasDispatcherInterface
Definition:
HasDispatcherInterface.php:11
Guzzle\Service\Resource\ResourceIteratorInterface\setLimit
setLimit($limit)
Guzzle\Service\Resource
Definition:
AbstractResourceIteratorFactory.php:3
plugins
paymethod
paypal
lib
vendor
guzzle
guzzle
src
Guzzle
Service
Resource
ResourceIteratorInterface.php
Generated on Fri Aug 28 2020 14:53:25 for Open Journal Systems by
1.8.17