|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| __construct ($options=null) | |
| filter ($value) | |
Public Member Functions inherited from Zend_Filter_StringToLower | |
| __construct ($options=null) | |
| getEncoding () | |
| setEncoding ($encoding=null) | |
| filter ($value) | |
Additional Inherited Members | |
Protected Attributes inherited from Zend_Filter_StringToLower | |
| $_encoding = null | |
Definition at line 33 of file LowerCase.php.
| __construct | ( | $options = null | ) |
Adds options to the filter at initiation
| string | $options |
Definition at line 40 of file LowerCase.php.
| filter | ( | $value | ) |
Defined by Zend_Filter_Interface
Does a lowercase on the content of the given file
| string | $value | Full path of file to change |
| Zend_Filter_Exception |
Implements Zend_Filter_Interface.
Definition at line 56 of file LowerCase.php.