PHP Class RedBeanPHP\Cursor\NullCursor

Used for an empty BeanCollection. This Cursor can be used for instance if a query fails but the interface demands a cursor to be returned.
Author: Gabor de Mooij and the RedBeanPHP Community
Inheritance: implements RedBeanPHP\Cursor
Show file Open project: gabordemooij/redbean

Public Methods

Method Description
close ( )
getNextItem ( )

Method Details

close() public method

See also: Cursor::close
public close ( )

getNextItem() public method

See also: Cursor::getNextItem
public getNextItem ( )