protected property SmsDeliveryReport::$status in SMS Framework 8
Same name and namespace in other branches
- 2.x src/Message/SmsDeliveryReport.php \Drupal\sms\Message\SmsDeliveryReport::status
- 2.1.x src/Message/SmsDeliveryReport.php \Drupal\sms\Message\SmsDeliveryReport::status
Status code for the message.
A status code from \Drupal\sms\Message\SmsMessageStatus, or NULL if unknown.
Type: string|null
File
- src/
Message/ SmsDeliveryReport.php, line 32
Class
- SmsDeliveryReport
- A value object that holds the SMS delivery report.
Namespace
Drupal\sms\MessageCode
protected $status = NULL;