PHP Class Aoe_Queue_Model_Adapter_Db

Database adapter
Since: 2014-08-14
Author: Lee Saferite ([email protected])
Inheritance: extends Zend_Queue_Adapter_Db
Show file Open project: aoepeople/aoe_queue

Public Methods

Method Description
__construct ( array | Zend_Config $options, Zend_Queue $queue = null ) : self Constructor

Method Details

__construct() public method

Constructor
public __construct ( array | Zend_Config $options, Zend_Queue $queue = null ) : self
$options array | Zend_Config
$queue Zend_Queue
return self