|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| __construct ($locale=null) | |
| getLocale () | |
| setLocale ($locale=null) | |
| isValid ($value) | |
Public Member Functions inherited from Zend_Validate_Abstract | |
| 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 | INVALID = 'floatInvalid' |
| const | NOT_FLOAT = 'notFloat' |
Protected Attributes | |
| $_messageTemplates | |
| $_locale | |
Protected Attributes inherited from Zend_Validate_Abstract | |
| $_value | |
| $_messageVariables = array() | |
| $_messageTemplates = array() | |
| $_messages = array() | |
| $_obscureValue = false | |
| $_errors = array() | |
| $_translator | |
| $_translatorDisabled = false | |
Additional Inherited Members | |
Static Public Member Functions inherited from Zend_Validate_Abstract | |
| static | setDefaultTranslator ($translator=null) |
| static | getDefaultTranslator () |
| static | hasDefaultTranslator () |
| static | getMessageLength () |
| static | setMessageLength ($length=-1) |
Protected Member Functions inherited from Zend_Validate_Abstract | |
| _createMessage ($messageKey, $value) | |
| _implodeRecursive (array $pieces) | |
| _error ($messageKey, $value=null) | |
| _setValue ($value) | |
Static Protected Attributes inherited from Zend_Validate_Abstract | |
| static | $_defaultTranslator |
| static | $_messageLength = -1 |
| __construct | ( | $locale = null | ) |
Constructor for the float validator
| string | Zend_Config | Zend_Locale | $locale |
Definition at line 58 of file Float.php.
| getLocale | ( | ) |
Returns the set locale
| isValid | ( | $value | ) |
Defined by Zend_Validate_Interface
Returns true if and only if $value is a floating-point value
| string | $value |
Implements Zend_Validate_Interface.
Definition at line 111 of file Float.php.
| setLocale | ( | $locale = null | ) |
Sets the locale to use
| string | Zend_Locale | $locale |
Definition at line 96 of file Float.php.
|
protected |