messageBody = $messageBody; $this->delaySeconds = $delaySeconds; $this->priority = $priority; } public function writeXML(\XMLWriter $xmlWriter, $base64) { $xmlWriter->startELement('Message'); $this->writeMessagePropertiesForSendXML($xmlWriter, $base64); $xmlWriter->endElement(); } } ?>