public function SmsMessageInterface::setProcessedTime in SMS Framework 8
Same name and namespace in other branches
- 2.x src/Entity/SmsMessageInterface.php \Drupal\sms\Entity\SmsMessageInterface::setProcessedTime()
- 2.1.x src/Entity/SmsMessageInterface.php \Drupal\sms\Entity\SmsMessageInterface::setProcessedTime()
Set the time the SMS message was processed.
Parameters
int $processed: The timestamp when SMS message was processed.
Return value
$this Return SMS message for chaining.
1 method overrides SmsMessageInterface::setProcessedTime()
- SmsMessage::setProcessedTime in src/
Entity/ SmsMessage.php - Set the time the SMS message was processed.
File
- src/
Entity/ SmsMessageInterface.php, line 118
Class
- SmsMessageInterface
- Interface for SMS message entity.
Namespace
Drupal\sms\EntityCode
public function setProcessedTime($processed);