getParameterKeyMaxId() 공개 정적인 메소드

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