|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| __construct () | |
| compress ($content) | |
| decompress ($content) | |
| toString () | |
| __construct | ( | ) |
| compress | ( | $content | ) |
Compresses the given content
| string | $content |
Implements Zend_Filter_Compress_CompressInterface.
Definition at line 54 of file Lzf.php.
| decompress | ( | $content | ) |
Decompresses the given content
| string | $content |
Implements Zend_Filter_Compress_CompressInterface.
Definition at line 71 of file Lzf.php.
| toString | ( | ) |