Exemplo n.º 1
0
 private function _clearProjectTempFiles()
 {
     // Check input parameters
     if (!$this->isInitialized()) {
         $this->_stepLog->error(sprintf(__('Missing working data', true)));
     }
     // Removing files
     $path = F_DEPLOYTMPDIR . $this->_project['Project']['name'];
     ShellAction::remove($path, true, array('stepLog' => $this->_stepLog));
 }