recipient_name = $recipient_name; } /** * Getter for recipient_name */ public function getRecipient_name() { return $this->recipient_name; } }