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