You are here

protected property SmsMessage::$uid in SMS Framework 8

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

The UID of the creator of the SMS message.

Type: int

File

src/Message/SmsMessage.php, line 83

Class

SmsMessage
Basic implementation of an SMS message.

Namespace

Drupal\sms\Message

Code

protected $uid;