command = $command; } public function getCommand() { return $this->command; } public function setExitCode($exitCode) { $this->exitCode = $exitCode; } public function getExitCode() { return $this->exitCode; } }