rewind() public method

public rewind ( )
Esempio n. 1
0
 public function rewind()
 {
     $this->cursor->rewind();
     return $this;
 }