PHP Class Api\StarterKit\Utils\Constants

Afficher le fichier Open project: qijitech/api-starter-kit Class Usage Examples

Méthodes publiques

Méthode 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 méthode

get the default page size
public static getDefaultLimit ( ) : mixed
Résultat mixed

getDefaultPage() public static méthode

Get the default page
public static getDefaultPage ( ) : mixed
Résultat mixed

getParameterKeyAccountId() public static méthode

Get the account id parameter key
public static getParameterKeyAccountId ( ) : mixed
Résultat mixed

getParameterKeyMaxId() public static méthode

Get the max-id parameter key
public static getParameterKeyMaxId ( ) : mixed
Résultat mixed

getParameterKeyPage() public static méthode

Get the page parameter key
public static getParameterKeyPage ( ) : mixed
Résultat mixed

getParameterKeyPageSize() public static méthode

Get the page size parameter key
public static getParameterKeyPageSize ( ) : mixed
Résultat mixed

getParameterKeySinceId() public static méthode

Get the since-id parameter key
public static getParameterKeySinceId ( ) : mixed
Résultat mixed

getParameterKeyToken() public static méthode

Get the token parameter key
public static getParameterKeyToken ( ) : mixed
Résultat mixed