Esempio n. 1
0
 public function rm()
 {
     parent::rm();
     $log = $this->file_path . '.make.log';
     if (file_exists($log)) {
         unlink($log);
     }
 }