Phive\Queue\MongoQueue::getCollection PHP Method

getCollection() protected method

protected getCollection ( )
    protected function getCollection()
    {
        if (!$this->coll) {
            $this->coll = $this->mongoClient->selectCollection($this->dbName, $this->collName);
        }
        return $this->coll;
    }