Phrozn\Runner\CommandLine\Commands::setPath PHP 메소드

setPath() 공개 메소드

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