Phalcon\Session\Adapter\Aerospike::getDb PHP Method

getDb() public method

Gets the Aerospike instance.
public getDb ( ) : Aerospike
return Aerospike
    public function getDb()
    {
        return $this->db->getDb();
    }