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