You are here

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

Same name and namespace in other branches
  1. 8 src/Message/SmsDeliveryReport.php \Drupal\sms\Message\SmsDeliveryReport::status
  2. 2.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 34

Class

SmsDeliveryReport
A value object that holds the SMS delivery report.

Namespace

Drupal\sms\Message

Code

protected $status = NULL;