arg = $arg; } public function getArg() { return $this->arg; } public function setCommand($command) { $this->command = $command; } public function getCommand() { return $this->command; } }