You are here

protected property SmsDeliveryReportEvent::$reports in SMS Framework 2.x

Same name and namespace in other branches
  1. 8 src/Event/SmsDeliveryReportEvent.php \Drupal\sms\Event\SmsDeliveryReportEvent::reports
  2. 2.1.x src/Event/SmsDeliveryReportEvent.php \Drupal\sms\Event\SmsDeliveryReportEvent::reports

The SMS delivery reports.

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

File

src/Event/SmsDeliveryReportEvent.php, line 29

Class

SmsDeliveryReportEvent
Handle a received delivery report.

Namespace

Drupal\sms\Event

Code

protected $reports;