Method | Description | |
---|---|---|
__construct ( string $queueName = 'default' ) | Constructor | |
addTask ( string $callback, array $parameterArray = [] ) : Zend_Queue_Message | Adds a task to the queue | |
createQueue ( string $name, null | integer $timeout = null ) : void | Preventing devs from creating new queue with this class. |
public __construct ( string $queueName = 'default' ) | ||
$queueName | string |