You are here

protected property SmsMessage::$automated in SMS Framework 8

Same name and namespace in other branches
  1. 2.x src/Message/SmsMessage.php \Drupal\sms\Message\SmsMessage::automated
  2. 2.1.x src/Message/SmsMessage.php \Drupal\sms\Message\SmsMessage::automated

Whether this message was generated automatically.

Type: bool

File

src/Message/SmsMessage.php, line 90

Class

SmsMessage
Basic implementation of an SMS message.

Namespace

Drupal\sms\Message

Code

protected $automated = TRUE;