示例#1
0
 /**
  * {@inheritdoc}
  */
 public function add($file_path)
 {
     $this->tar->add($file_path);
     return $this;
 }