doRewind() protected method

protected doRewind ( )
Example #1
0
 protected function doRewind()
 {
     parent::doRewind();
     $this->iterator->rewind();
 }
Example #2
0
 public function doRewind()
 {
     parent::doRewind();
     $this->iterator->rewind();
 }