Phalcon\Session\Adapter\Aerospike::getDb PHP Метод

getDb() публичный Метод

Gets the Aerospike instance.
public getDb ( ) : Aerospike
Результат Aerospike
    public function getDb()
    {
        return $this->db->getDb();
    }