Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct () | |
filter ($value) | |
Static Protected Attributes | |
static | $_unicodeEnabled |
Definition at line 36 of file Digits.php.
__construct | ( | ) |
Class constructor
Checks if PCRE is compiled with UTF-8 and Unicode support
Definition at line 52 of file Digits.php.
filter | ( | $value | ) |
Defined by Zend_Filter_Interface
Returns the string $value, removing all but digit characters
string | $value |
Implements Zend_Filter_Interface.
Definition at line 67 of file Digits.php.
|
staticprotected |
Definition at line 43 of file Digits.php.