lithium\data\source\Result::rewind PHP Method

rewind() public method

Noop to fulfill the Iterator interface. Result is forward-only.
public rewind ( ) : void
return void
    public function rewind()
    {
    }