clearTempFiles() публичный Метод

Remove all the temp-file that were created with newTempFilename().
public clearTempFiles ( )
Пример #1
0
 public function cleanUpTempFiles()
 {
     $this->fsHelper->clearTempFiles();
     $this->gitHelper->clearTempBranches();
 }