pharext\Installer::extract PHP 메소드

extract() 개인적인 메소드

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