public function SmsDeliveryReportInterface::setStatusTime in SMS Framework 8
Same name and namespace in other branches
- 2.x src/Message/SmsDeliveryReportInterface.php \Drupal\sms\Message\SmsDeliveryReportInterface::setStatusTime()
- 2.1.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 147
Class
- SmsDeliveryReportInterface
- Contains information about an SMS message.
Namespace
Drupal\sms\MessageCode
public function setStatusTime($time);