Static Public Member Functions | |
| static | getItem () |
| static | process () |
This class is very simple as basically this is just a signal handler. It goes throught the queue, get a free item, lock it, process it by sending a signal then mark it as done.
| static Pluf_Queue_Processor::getItem | ( | ) | [static] |
Get an item to process.
| static Pluf_Queue_Processor::process | ( | ) | [static] |
[signal]
[sender]
[description]
This signal allows an application to perform an action on a queue item. The item is set to null if none existing.
You must not modify the 'queue' object.
[parameters]
array('item' => $item, 'queue' => $queue);