rewind() public method

public rewind ( )
Beispiel #1
0
 public function rewind()
 {
     $this->cursor->rewind();
     return $this;
 }