You are here

public function SmsDeliveryReportInterface::getStatusTime in SMS Framework 8

Same name and namespace in other branches
  1. 2.x src/Message/SmsDeliveryReportInterface.php \Drupal\sms\Message\SmsDeliveryReportInterface::getStatusTime()
  2. 2.1.x src/Message/SmsDeliveryReportInterface.php \Drupal\sms\Message\SmsDeliveryReportInterface::getStatusTime()

Gets the gateway-provided timestamp for the current status.

Return value

int A UNIX timestamp.

2 methods override SmsDeliveryReportInterface::getStatusTime()
SmsDeliveryReport::getStatusTime in src/Message/SmsDeliveryReport.php
Gets the gateway-provided timestamp for the current status.
SmsDeliveryReport::getStatusTime in src/Entity/SmsDeliveryReport.php
Gets the gateway-provided timestamp for the current status.

File

src/Message/SmsDeliveryReportInterface.php, line 136

Class

SmsDeliveryReportInterface
Contains information about an SMS message.

Namespace

Drupal\sms\Message

Code

public function getStatusTime();