Phalcon\Cache\Backend\Aerospike::getDb PHP Метод

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

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

Usage Example

Пример #1
0
 /**
  * Gets the Aerospike instance.
  *
  * @return \Aerospike
  */
 public function getDb()
 {
     return $this->db->getDb();
 }