Beispiel #1
0
 private function buildPayload()
 {
     return ['From' => $this->message->getSender()->getContact()->getValue(), 'Body' => $this->message->getContent()];
 }
Beispiel #2
0
 private function buildPayloadSourceString()
 {
     return $this->message->getSender()->getContact()->getValue();
 }