Phrozn\Runner\CommandLine\Commands::rewind PHP Method

rewind() public method

public rewind ( )
    public function rewind()
    {
        $this->getIterator()->rewind();
    }

Usage Example

Beispiel #1
0
 public function setPath($path)
 {
     $this->path = $path;
     self::$instance->rewind();
     // make sure we reset instance
     return $this;
 }