targetType = $targetType; $this->target = $target; } public function setMessage(Message $message){ $this->message = $message; } public function getFields(){ return array( 'target' => $this->target, 'message' => $this->message->getJSONInfos() ); } } ?>