protected property SmsMessage::$direction in SMS Framework 2.1.x
Same name and namespace in other branches
- 8 src/Message/SmsMessage.php \Drupal\sms\Message\SmsMessage::direction
- 2.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 64
Class
- SmsMessage
- Basic implementation of an SMS message.
Namespace
Drupal\sms\MessageCode
protected $direction;