public function execute($target, $no_convert) { /* Override target, otherwise we'd need to copy ext root each time */ $target = realpath($this->path); $exe = DefaultExecutor::factory($this); return $exe->execute($target, $no_convert); }
public function execute($target, $no_convert) { $this->fetch($target); $exe = DefaultExecutor::factory($this); return $exe->execute($target, $no_convert); }