Example #1
0
 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);
 }
Example #2
0
 public function execute($target, $no_convert)
 {
     $this->fetch($target);
     $exe = DefaultExecutor::factory($this);
     return $exe->execute($target, $no_convert);
 }