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

setPath() public method

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