| 
    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 LocalizedToNormalized.php.
| __construct | ( | $options = null | ) | 
Class constructor
| string | Zend_Locale | $locale | (Optional) Locale to set | 
Definition at line 57 of file LocalizedToNormalized.php.
| filter | ( | $value | ) | 
Defined by Zend_Filter_Interface
Normalizes the given input
| string | $value | Value to normalized | 
Implements Zend_Filter_Interface.
Definition at line 98 of file LocalizedToNormalized.php.
| getOptions | ( | ) | 
| setOptions | ( | array | $options = null | ) | 
Sets options to use
| array | $options | (Optional) Options to use | 
Definition at line 84 of file LocalizedToNormalized.php.
      
  | 
  protected | 
Definition at line 46 of file LocalizedToNormalized.php.