コード例 #1
0
ファイル: class-push.php プロジェクト: norcross/apple-news
 /**
  * Clean up the workspace.
  *
  * @access private
  */
 private function clean_workspace()
 {
     if (is_null($this->exporter)) {
         return;
     }
     $this->exporter->workspace()->clean_up();
 }