Skip to content

Commit

Permalink
BackwardsCompatibilityBreak - fResult::getPointer() was removed, same…
Browse files Browse the repository at this point in the history
… functionality is available from fResult::key()
  • Loading branch information
wbond committed Apr 12, 2012
1 parent b96e833 commit fa6be33
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions classes/fResult.php
Original file line number Diff line number Diff line change
Expand Up @@ -424,17 +424,6 @@ public function getAutoIncrementedValue()
}


/**
* Returns the current position of the pointer in the result set
*
* @return integer The current position of the pointer in the result set
*/
public function getPointer()
{
return $this->pointer;
}


/**
* Returns the result
*
Expand Down

0 comments on commit fa6be33

Please sign in to comment.