lithium\util\Collection::rewind()
Rewinds to the first item.
Returns
mixedThe current item after rewinding, or false
if the collection is empty.
Source
public function rewind() {
return reset($this->_data);
}
Rewinds to the first item.
The current item after rewinding, or false
if the collection is empty.
public function rewind() {
return reset($this->_data);
}