You are here

protected property SmsMessage::$direction in SMS Framework 8

Same name and namespace in other branches
  1. 2.x src/Message/SmsMessage.php \Drupal\sms\Message\SmsMessage::direction
  2. 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

\Drupal\sms\Direction

File

src/Message/SmsMessage.php, line 62

Class

SmsMessage
Basic implementation of an SMS message.

Namespace

Drupal\sms\Message

Code

protected $direction;