PHP 클래스 Api\StarterKit\Utils\Constants

파일 보기 프로젝트 열기: qijitech/api-starter-kit 1 사용 예제들

공개 메소드들

메소드 설명
getDefaultLimit ( ) : mixed get the default page size
getDefaultPage ( ) : mixed Get the default page
getParameterKeyAccountId ( ) : mixed Get the account id parameter key
getParameterKeyMaxId ( ) : mixed Get the max-id parameter key
getParameterKeyPage ( ) : mixed Get the page parameter key
getParameterKeyPageSize ( ) : mixed Get the page size parameter key
getParameterKeySinceId ( ) : mixed Get the since-id parameter key
getParameterKeyToken ( ) : mixed Get the token parameter key

메소드 상세

getDefaultLimit() 공개 정적인 메소드

get the default page size
public static getDefaultLimit ( ) : mixed
리턴 mixed

getDefaultPage() 공개 정적인 메소드

Get the default page
public static getDefaultPage ( ) : mixed
리턴 mixed

getParameterKeyAccountId() 공개 정적인 메소드

Get the account id parameter key
public static getParameterKeyAccountId ( ) : mixed
리턴 mixed

getParameterKeyMaxId() 공개 정적인 메소드

Get the max-id parameter key
public static getParameterKeyMaxId ( ) : mixed
리턴 mixed

getParameterKeyPage() 공개 정적인 메소드

Get the page parameter key
public static getParameterKeyPage ( ) : mixed
리턴 mixed

getParameterKeyPageSize() 공개 정적인 메소드

Get the page size parameter key
public static getParameterKeyPageSize ( ) : mixed
리턴 mixed

getParameterKeySinceId() 공개 정적인 메소드

Get the since-id parameter key
public static getParameterKeySinceId ( ) : mixed
리턴 mixed

getParameterKeyToken() 공개 정적인 메소드

Get the token parameter key
public static getParameterKeyToken ( ) : mixed
리턴 mixed