Esempio n. 1
0
 /**
  * Rewinds the position to 0.
  *
  * @author Benjamin Carl <*****@*****.**>
  *
  * @return mixed The result of the operation
  */
 public function rewind()
 {
     self::$position = 0;
 }