Example #1
0
 public function startBackup()
 {
     $this->file = fopen($this->filePath, 'w');
     parent::startBackup();
 }