pharext\Installer::extract PHP Method

extract() private method

private extract ( $phar )
    private function extract($phar)
    {
        $temp = (new Task\Extract($phar))->run($this->verbosity());
        $this->cleanup[] = new Task\Cleanup($temp);
        return $temp;
    }