Phalcon\Cache\Backend\Aerospike::getDb PHP Method

getDb() public method

Gets the Aerospike instance.
public getDb ( ) : Aerospike
return Aerospike
    public function getDb()
    {
        return $this->db;
    }

Usage Example

コード例 #1
0
ファイル: Aerospike.php プロジェクト: phalcon/incubator
 /**
  * Gets the Aerospike instance.
  *
  * @return \Aerospike
  */
 public function getDb()
 {
     return $this->db->getDb();
 }