getParameterKeyMaxId() public static method

Get the max-id parameter key
public static getParameterKeyMaxId ( ) : mixed
return mixed
 /**
  * @param Request $request
  * @return mixed
  */
 public function getMaxId(Request $request)
 {
     return $request->get(Constants::getParameterKeyMaxId());
 }