Overrides ArchiverInterface::add
public function add($file_path) { $this->zip ->addFile($file_path); return $this; }