Skip to content

Commit

Permalink
Merge pull request #14311 from colemanw/public
Browse files Browse the repository at this point in the history
Make apiRequst nextId accessible for api4 constructor
  • Loading branch information
eileenmcnaughton authored May 23, 2019
2 parents 2cef24b + 6e80d3a commit 26050ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Civi/API/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,8 @@ public static function normalizeActionName($action, $version) {
return strtolower(\CRM_Utils_String::munge($action));
}

public static function getNextId() {
return self::$nextId++;
}

}

0 comments on commit 26050ae

Please sign in to comment.