Property | Type | Description | |
---|---|---|---|
$_count | position within the current page | ||
$_objects | total number of records |
Method | Description | |
---|---|---|
__toString ( ) | ||
count ( ) : integer | Number of records in this list. | |
current ( ) : Recurly_Resource | The current object | |
key ( ) : integer | ||
next ( ) | Increments the position to the next element | |
rewind ( ) | Rewind to the beginning | |
valid ( ) : boolean |
Method | Description | |
---|---|---|
_afterParseResponse ( $response, $uri ) | ||
_loadFrom ( $uri ) | Load another page of results into this pager. | |
_setState ( $params, $state ) | ||
updateErrorAttributes ( ) |
Method | Description | |
---|---|---|
_loadLinks ( $response ) | The 'Links' header contains links to the next, previous, and starting pages. | |
_loadRecordCount ( $response ) | Find the total number of results in the collection from the 'X-Records' header. |
protected _loadFrom ( $uri ) |
public current ( ) : Recurly_Resource | ||
return | Recurly_Resource | the current object |