Phive\Queue\MongoQueue::__construct PHP Method

__construct() public method

public __construct ( MongoClient $mongoClient, $dbName, $collName )
$mongoClient MongoClient
    public function __construct(\MongoClient $mongoClient, $dbName, $collName)
    {
        $this->mongoClient = $mongoClient;
        $this->dbName = $dbName;
        $this->collName = $collName;
    }