protected property SmsMessage::$direction in SMS Framework 8
Same name and namespace in other branches
- 2.x src/Message/SmsMessage.php \Drupal\sms\Message\SmsMessage::direction
- 2.1.x src/Message/SmsMessage.php \Drupal\sms\Message\SmsMessage::direction
The direction of the message.
See \Drupal\sms\Direction constants for potential values.
Type: int
See also
File
- src/
Message/ SmsMessage.php, line 62
Class
- SmsMessage
- Basic implementation of an SMS message.
Namespace
Drupal\sms\MessageCode
protected $direction;