You are here

public function SmsDeliveryReportInterface::getStatusTime in SMS Framework 2.1.x

Same name and namespace in other branches
  1. 8 src/Message/SmsDeliveryReportInterface.php \Drupal\sms\Message\SmsDeliveryReportInterface::getStatusTime()
  2. 2.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 138

Class

SmsDeliveryReportInterface
Contains information about an SMS message.

Namespace

Drupal\sms\Message

Code

public function getStatusTime();