You are here

public function SparkpostQueuedMessageWrapper::getLastRetry in Sparkpost email 7.2

Same name and namespace in other branches
  1. 7 modules/sparkpost_requeue/sparkpost_requeue.queue_message_wrapper.inc \SparkpostQueuedMessageWrapper::getLastRetry()

Return value

int

File

modules/sparkpost_requeue/sparkpost_requeue.queue_message_wrapper.inc, line 60
Class for queued messages.

Class

SparkpostQueuedMessageWrapper
@file Class for queued messages.

Code

public function getLastRetry() {
  return $this->lastRetry;
}