getDb() public method

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