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();
 }