Class Quform_Validator_GreaterThan
- Quform_Validator_Abstract implements Quform_Validator_Interface
- Quform_Validator_GreaterThan
Copyright:
Copyright (c) 2009-2022 ThemeCatcher (https://www.themecatcher.net)
Located at Quform/Validator/GreaterThan.php
Located at Quform/Validator/GreaterThan.php
public
boolean
|
|
public static
array|string
|
#
getMessageTemplates( string|null $key = null )
Get all message templates or the single message with the given key |
public static
array
|
__construct(),
config(),
createMessage(),
error(),
getMessage(),
getTranslation(),
reset(),
setConfig(),
setMessage()
|
string |
INVALID
|
#
'greaterThanInvalid'
|
string |
NOT_NUMERIC
|
#
'greaterThanNotNumeric'
|
string |
NOT_GREATER
|
#
'notGreaterThan'
|
string |
NOT_GREATER_INCLUSIVE
|
#
'notGreaterThanInclusive'
|
$config,
$message
|