PHP Class Api\StarterKit\Utils\Constants

Show file Open project: qijitech/api-starter-kit Class Usage Examples

Public Methods

Method Description
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

Method Details

getDefaultLimit() public static method

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

getDefaultPage() public static method

Get the default page
public static getDefaultPage ( ) : mixed
return mixed

getParameterKeyAccountId() public static method

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

getParameterKeyMaxId() public static method

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

getParameterKeyPage() public static method

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

getParameterKeyPageSize() public static method

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

getParameterKeySinceId() public static method

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

getParameterKeyToken() public static method

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