lithium\util\Collection::end()
Moves forward to the last item.
Returns
mixedThe last item, or false
if there is no last item or the collection is empty.
Source
public function end() {
return end($this->_data);
}
Moves forward to the last item.
The last item, or false
if there is no last item or the collection is empty.
public function end() {
return end($this->_data);
}