You are here

protected property SmsDeliveryReport::$timeQueued in SMS Framework 2.1.x

Same name and namespace in other branches
  1. 8 src/Message/SmsDeliveryReport.php \Drupal\sms\Message\SmsDeliveryReport::timeQueued
  2. 2.x src/Message/SmsDeliveryReport.php \Drupal\sms\Message\SmsDeliveryReport::timeQueued

The timestamp when the message was queued, or NULL if unknown.

Type: string|null

File

src/Message/SmsDeliveryReport.php, line 55

Class

SmsDeliveryReport
A value object that holds the SMS delivery report.

Namespace

Drupal\sms\Message

Code

protected $timeQueued = NULL;