Example #1
0
 /**
  * Iterate over linked packages and allow you to revert them
  */
 public function unlink()
 {
     $this->composerSymInit();
     $log = $this->core->getComposerSymLog($this->projectDir);
     printf("\n> Starting to process linked packages.\n");
     UnlinkWorker::run($log);
     $log->writeLog();
 }