Elgg
Version 1.9
|
Public Member Functions | |
enqueue ($item) | |
Add an item to the queue. More... | |
dequeue () | |
Remove an item from the queue. More... | |
clear () | |
Clear all items from the queue. More... | |
size () | |
Get the size of the queue. More... | |
Elgg_Queue_Queue::clear | ( | ) |
Clear all items from the queue.
Implemented in Elgg_Queue_DatabaseQueue, and Elgg_Queue_MemoryQueue.
Elgg_Queue_Queue::dequeue | ( | ) |
Remove an item from the queue.
Implemented in Elgg_Queue_DatabaseQueue, and Elgg_Queue_MemoryQueue.
Elgg_Queue_Queue::enqueue | ( | $item | ) |
Add an item to the queue.
mixed | $item | Item to add to queue |
Implemented in Elgg_Queue_DatabaseQueue, and Elgg_Queue_MemoryQueue.
Elgg_Queue_Queue::size | ( | ) |
Get the size of the queue.
Implemented in Elgg_Queue_DatabaseQueue, and Elgg_Queue_MemoryQueue.