You are here

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

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

Sets the gateway-provided timestamp for the current status.

Parameters

int $time: A UNIX timestamp provided by the SMS gateway.

Return value

$this Returns this report object for chaining.

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

File

src/Message/SmsDeliveryReportInterface.php, line 149

Class

SmsDeliveryReportInterface
Contains information about an SMS message.

Namespace

Drupal\sms\Message

Code

public function setStatusTime($time);