Phalcon\Session\Adapter\Mongo::getCollection PHP Method

getCollection() protected method

protected getCollection ( ) : MongoCollection
return MongoCollection
    protected function getCollection()
    {
        $options = $this->getOptions();
        return $options['collection'];
    }