Esempio n. 1
0
 /**
  * Remove all files.
  *
  * @return void
  */
 private function cleanup()
 {
     $cleanup = new CleanupProcessor($this);
     $cleanup->execute();
     if ($this->noOfBackups !== 0) {
         $cleanup->clearOutdated();
     }
 }