Public Member Functions | |
setQueue (MessageQueue $queue) | |
getQueue () | |
getNextMessage () | |
Static Public Member Functions | |
static | create () |
Private Attributes | |
$queue = null |
Definition at line 12 of file TextFileQueueBrowser.class.php.
static TextFileQueueBrowser::create | ( | ) | [static] |
Definition at line 19 of file TextFileQueueBrowser.class.php.
TextFileQueueBrowser::getNextMessage | ( | ) |
Implements MessageQueueBrowser.
Definition at line 42 of file TextFileQueueBrowser.class.php.
TextFileQueueBrowser::getQueue | ( | ) |
Definition at line 37 of file TextFileQueueBrowser.class.php.
TextFileQueueBrowser::setQueue | ( | MessageQueue $ | queue | ) |
Definition at line 27 of file TextFileQueueBrowser.class.php.
TextFileQueueBrowser::$queue = null [private] |
Definition at line 14 of file TextFileQueueBrowser.class.php.