Esempio n. 1
0
 /**
  * Clean up the workspace.
  *
  * @access private
  */
 private function clean_workspace()
 {
     if (is_null($this->exporter)) {
         return;
     }
     $this->exporter->workspace()->clean_up();
 }