setQueueId()
setQueueId(mixed $id) : \Charcoal\Queue\QueueableInterface
Set the queue's ID.
Parameters
| mixed | $id | The unique queue identifier. |
Returns
\Charcoal\Queue\QueueableInterface —Chainable
Queuable objects can be queued.
setQueueId(mixed $id) : \Charcoal\Queue\QueueableInterface
Set the queue's ID.
| mixed | $id | The unique queue identifier. |
Chainable
queue(mixed $ts = null) : \Charcoal\Queue\QueueableInterface
Set the date/time to process the queue.
| mixed | $ts | A date/time to initiate the queue processing. |
Chainable