Apple_Actions\Index\Push::clean_workspace PHP 메소드

clean_workspace() 개인적인 메소드

Clean up the workspace.
private clean_workspace ( )
    private function clean_workspace()
    {
        if (is_null($this->exporter)) {
            return;
        }
        $this->exporter->workspace()->clean_up();
    }