Overview

Namespaces

  • Charcoal
    • Queue

Classes

  • AbstractQueueManager

Interfaces

  • QueueableInterface
  • QueueItemInterface
  • QueueManagerInterface

Traits

  • QueueableTrait
  • QueueItemTrait
  • Overview
  • Namespace
  • Class

Interface QueueableInterface

Queuable objects can be queued.

Namespace: Charcoal\Queue
Located at Charcoal/Queue/QueueableInterface.php
Methods summary
public Charcoal\Queue\QueueableInterface
# setQueueId( mixed $id )

Set the queue's ID.

Set the queue's ID.

Parameters

$id
The unique queue identifier.

Returns

Charcoal\Queue\QueueableInterface
Chainable
public string
# queueId( )

Get the queue's ID.

Get the queue's ID.

Returns

string
$queueId
public Charcoal\Queue\QueueableInterface
# queue( mixed $ts = null )

Set the date/time to process the queue.

Set the date/time to process the queue.

Parameters

$ts
A date/time to initiate the queue processing.

Returns

Charcoal\Queue\QueueableInterface
Chainable
API documentation generated by ApiGen