Esempio n. 1
0
 /**
  * Executes the task
  *
  * @param array $uParameters parameters
  *
  * @return int exit code
  */
 public function executeTask(array $uParameters)
 {
     $tPath = Core::$instance->loader->basepath . "/var/cache";
     FileSystem::garbageCollect($tPath, ["dotFiles" => false]);
     $this->interface->writeColor("yellow", "done.");
     return 0;
 }