getDb() 공개 메소드

Gets the Aerospike instance.
public getDb ( ) : Aerospike
리턴 Aerospike
예제 #1
0
 /**
  * Gets the Aerospike instance.
  *
  * @return \Aerospike
  */
 public function getDb()
 {
     return $this->db->getDb();
 }