PHP Class r\Cursor

Inheritance: implements Iterator
Afficher le fichier Open project: danielmewes/php-rql

Méthodes publiques

Méthode Description
__construct ( Connection $connection, $initialResponse, $token, $notes, $toNativeOptions )
__destruct ( )
__toString ( )
bufferedCount ( )
close ( )
current ( )
getNotes ( )
key ( )
next ( )
rewind ( ) PHP iterator interface
toArray ( )
valid ( )

Private Methods

Méthode Description
requestMoreIfNecessary ( )
requestNewBatch ( )
setBatch ( $response )

Method Details

__construct() public méthode

public __construct ( Connection $connection, $initialResponse, $token, $notes, $toNativeOptions )
$connection Connection

__destruct() public méthode

public __destruct ( )

__toString() public méthode

public __toString ( )

bufferedCount() public méthode

public bufferedCount ( )

close() public méthode

public close ( )

current() public méthode

public current ( )

getNotes() public méthode

public getNotes ( )

key() public méthode

public key ( )

next() public méthode

public next ( )

rewind() public méthode

PHP iterator interface
public rewind ( )

toArray() public méthode

public toArray ( )

valid() public méthode

public valid ( )