Overrides ArchiverInterface::extract
public function extract($path, array $files = []) { if ($files) { $this->tar ->extractList($files, $path, '', FALSE, FALSE); } else { $this->tar ->extract($path, FALSE, FALSE); } return $this; }