PHP Sigfox Client

ItemIterator implements Iterator

Iterator over items in pagination response.

This iterator will automatically calling the next page endpoint and filling data after iterated to the end of fetched data.

Tags
implements

Iterator

Interfaces, Classes and Traits

Iterator

Table of Contents

current()  : T
key()  : int

Methods

current()

public current() : T
Tags
inheritdoc
Return values
T

key()

public key() : int
Tags
inheritdoc
Return values
int

Search results