예제 #1
0
 protected function extractTo(string $dir) : bool
 {
     FileUtils::copyDirectory($this->dir, $dir);
 }
예제 #2
0
 public function onRun()
 {
     FileUtils::removeDirectory($this->dir);
 }