Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct ($options=null) | |
getOptions ($option=null) | |
setOptions (array $options) | |
![]() | |
compress ($value) | |
decompress ($value) | |
toString () | |
Definition at line 35 of file CompressAbstract.php.
__construct | ( | $options = null | ) |
Class constructor
array | Zend_Config | $options | (Optional) Options to set |
Definition at line 42 of file CompressAbstract.php.
getOptions | ( | $option = null | ) |
Returns one or all set options
string | $option | (Optional) Option to return |
Definition at line 59 of file CompressAbstract.php.
setOptions | ( | array | $options | ) |
Sets all or one option
array | $options |
Definition at line 78 of file CompressAbstract.php.