PHP Class lithium\data\source\mongo_db\Result

Inheritance: extends lithium\data\source\Result
Datei anzeigen Open project: unionofrad/lithium

Protected Methods

Method Description
_fetch ( ) : array | boolean | null Fetches the next result from the resource.

Method Details

_fetch() protected method

Fetches the next result from the resource.
protected _fetch ( ) : array | boolean | null
return array | boolean | null Returns a key/value pair for the next result, `null` if there is none, `false` if something bad happened.