Exemplo n.º 1
0
 protected function extractTo(string $dir) : bool
 {
     FileUtils::copyDirectory($this->dir, $dir);
 }
Exemplo n.º 2
0
 public function onRun()
 {
     FileUtils::removeDirectory($this->dir);
 }