rewind() публичный Метод

Rewinds the iterator to the first entry.
public rewind ( )
Пример #1
0
 /**
  * {@inheritdoc}
  *
  * @internal
  */
 public function dir_rewinddir()
 {
     $this->childIterator->rewind();
     return true;
 }