|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| prettyPrint () | |
| setPrettyPrint ($flag) | |
| render () | |
Public Member Functions inherited from Zend_Config_Writer_FileAbstract | |
| setFilename ($filename) | |
| setExclusiveLock ($exclusiveLock) | |
| write ($filename=null, Zend_Config $config=null, $exclusiveLock=null) | |
| render () | |
Public Member Functions inherited from Zend_Config_Writer | |
| __construct (array $options=null) | |
| setConfig (Zend_Config $config) | |
| setOptions (array $options) | |
| write () | |
Protected Attributes | |
| $_prettyPrint = false | |
Protected Attributes inherited from Zend_Config_Writer_FileAbstract | |
| $_filename = null | |
| $_exclusiveLock = false | |
Protected Attributes inherited from Zend_Config_Writer | |
| $_skipOptions | |
| $_config = null | |
| prettyPrint | ( | ) |
| render | ( | ) |
Render a Zend_Config into a JSON config string.
Definition at line 75 of file Json.php.
| setPrettyPrint | ( | $flag | ) |