clearTempFiles() 공개 메소드

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