public function SmsDeliveryReportInterface::setTimeQueued in SMS Framework 8
Same name and namespace in other branches
- 2.x src/Message/SmsDeliveryReportInterface.php \Drupal\sms\Message\SmsDeliveryReportInterface::setTimeQueued()
- 2.1.x src/Message/SmsDeliveryReportInterface.php \Drupal\sms\Message\SmsDeliveryReportInterface::setTimeQueued()
Sets the time the message was queued.
Parameters
int|null $time: The timestamp when the message was queued, or NULL if unknown.
Return value
$this Returns this report object for chaining.
2 methods override SmsDeliveryReportInterface::setTimeQueued()
- SmsDeliveryReport::setTimeQueued in src/
Message/ SmsDeliveryReport.php - Sets the time the message was queued.
- SmsDeliveryReport::setTimeQueued in src/
Entity/ SmsDeliveryReport.php - Sets the time the message was queued.
File
- src/
Message/ SmsDeliveryReportInterface.php, line 107
Class
- SmsDeliveryReportInterface
- Contains information about an SMS message.
Namespace
Drupal\sms\MessageCode
public function setTimeQueued($time);