You are here

protected property SmsMessageResult::$reports in SMS Framework 8

Same name in this branch
  1. 8 src/Message/SmsMessageResult.php \Drupal\sms\Message\SmsMessageResult::reports
  2. 8 src/Entity/SmsMessageResult.php \Drupal\sms\Entity\SmsMessageResult::reports
Same name and namespace in other branches
  1. 2.x src/Entity/SmsMessageResult.php \Drupal\sms\Entity\SmsMessageResult::reports
  2. 2.1.x src/Entity/SmsMessageResult.php \Drupal\sms\Entity\SmsMessageResult::reports

The static cache for delivery reports associated with this SMS result.

Type: \Drupal\sms\Entity\SmsDeliveryReportInterface[]

File

src/Entity/SmsMessageResult.php, line 43

Class

SmsMessageResult
Defines the SMS message result entity.

Namespace

Drupal\sms\Entity

Code

protected $reports = [];