|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| __construct ($options=null) | |
| getOptions () | |
| setOptions (array $options=null) | |
| filter ($value) | |
Protected Attributes | |
| $_options | |
Definition at line 40 of file NormalizedToLocalized.php.
| __construct | ( | $options = null | ) |
Class constructor
| string | Zend_Locale | $locale | (Optional) Locale to set |
Definition at line 56 of file NormalizedToLocalized.php.
| filter | ( | $value | ) |
Defined by Zend_Filter_Interface
Normalizes the given input
| string | $value | Value to normalized |
Implements Zend_Filter_Interface.
Definition at line 97 of file NormalizedToLocalized.php.
| getOptions | ( | ) |
| setOptions | ( | array | $options = null | ) |
Sets options to use
| array | $options | (Optional) Options to use |
Definition at line 83 of file NormalizedToLocalized.php.
|
protected |
Set options
Definition at line 45 of file NormalizedToLocalized.php.