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