protected property SmsMessage::$recipients in SMS Framework 8
Same name and namespace in other branches
- 2.x src/Message/SmsMessage.php \Drupal\sms\Message\SmsMessage::recipients
- 2.1.x src/Message/SmsMessage.php \Drupal\sms\Message\SmsMessage::recipients
The recipients of the message.
Type: array
File
- src/
Message/ SmsMessage.php, line 38
Class
- SmsMessage
- Basic implementation of an SMS message.
Namespace
Drupal\sms\MessageCode
protected $recipients = [];