sender = $sender; $this->command = $command; $this->data = $data; } public function getRawSender() { return $this->sender; } public function getRawData() { return $this->data; } public function getCommand() { return $this->command; } }