예제 #1
0
파일: Cursor.php 프로젝트: cosmow/riak
 /**
  * Return the connection for this cursor.
  *
  * @deprecated 1.1 Will be removed for 2.0
  * @return Connection
  */
 public function getConnection()
 {
     return $this->collection->getDatabase()->getConnection();
 }