Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct ($max) | |
getMax () | |
setMax ($max) | |
isValid ($value) | |
![]() | |
getMessages () | |
getMessageVariables () | |
getMessageTemplates () | |
setMessage ($messageString, $messageKey=null) | |
setMessages (array $messages) | |
__get ($property) | |
getErrors () | |
setObscureValue ($flag) | |
getObscureValue () | |
setTranslator ($translator=null) | |
getTranslator () | |
hasTranslator () | |
setDisableTranslator ($flag) | |
translatorIsDisabled () | |
Data Fields | |
const | NOT_LESS = 'notLessThan' |
Protected Attributes | |
$_messageTemplates | |
$_messageVariables | |
$_max | |
![]() | |
$_value | |
$_messageVariables = array() | |
$_messageTemplates = array() | |
$_messages = array() | |
$_obscureValue = false | |
$_errors = array() | |
$_translator | |
$_translatorDisabled = false | |
Additional Inherited Members | |
![]() | |
static | setDefaultTranslator ($translator=null) |
static | getDefaultTranslator () |
static | hasDefaultTranslator () |
static | getMessageLength () |
static | setMessageLength ($length=-1) |
![]() | |
_createMessage ($messageKey, $value) | |
_implodeRecursive (array $pieces) | |
_error ($messageKey, $value=null) | |
_setValue ($value) | |
![]() | |
static | $_defaultTranslator |
static | $_messageLength = -1 |
Definition at line 33 of file LessThan.php.
__construct | ( | $max | ) |
Sets validator options
mixed | Zend_Config | $max |
Zend_Validate_Exception |
Definition at line 64 of file LessThan.php.
getMax | ( | ) |
isValid | ( | $value | ) |
Defined by Zend_Validate_Interface
Returns true if and only if $value is less than max option
mixed | $value |
Implements Zend_Validate_Interface.
Definition at line 112 of file LessThan.php.
setMax | ( | $max | ) |
Sets the max option
mixed | $max |
Definition at line 98 of file LessThan.php.
|
protected |
Definition at line 56 of file LessThan.php.
|
protected |
Definition at line 40 of file LessThan.php.
|
protected |
Definition at line 47 of file LessThan.php.
const NOT_LESS = 'notLessThan' |
Definition at line 35 of file LessThan.php.