|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| getFilename () | |
| setFilename ($filename=null) | |
| filter ($value) | |
Public Member Functions inherited from Zend_Filter_Encrypt | |
| __construct ($options=null) | |
| getAdapter () | |
| setAdapter ($options=null) | |
| __call ($method, $options) | |
| filter ($value) | |
Protected Attributes | |
| $_filename | |
Protected Attributes inherited from Zend_Filter_Encrypt | |
| $_adapter | |
Definition at line 35 of file Encrypt.php.
| filter | ( | $value | ) |
Defined by Zend_Filter_Interface
Encrypts the file $value with the defined settings
| string | $value | Full path of file to change |
Implements Zend_Filter_Interface.
Definition at line 74 of file Encrypt.php.
| getFilename | ( | ) |
Returns the new filename where the content will be stored
Definition at line 49 of file Encrypt.php.
| setFilename | ( | $filename = null | ) |
Sets the new filename where the content will be stored
| string | $filename | (Optional) New filename to set |
Definition at line 60 of file Encrypt.php.
|
protected |
Definition at line 42 of file Encrypt.php.