Skip to content

Commit

Permalink
removed unused properties from SforceSearchResult
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremiah Johnson committed Jul 1, 2011
1 parent 5a9d57f commit 9f0892a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions soapclient/SforceBaseClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -888,10 +888,7 @@ public function resetPassword($userId) {
}

class SforceSearchResult {
public $queryLocator;
public $done;
public $searchRecords;
public $size;

public function __construct($response) {

Expand Down

0 comments on commit 9f0892a

Please sign in to comment.