lithium\util\Collection::next()

public method

Move forwards to the next item.

Returns

The

current item after moving or false on failure.

Source

	public function next() {
		next($this->_data);
		return current($this->_data);
	}