|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| getYamlEncoder () | |
| setYamlEncoder ($yamlEncoder) | |
| 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 () | |
Static Public Member Functions | |
| static | encode ($data) |
Static Protected Member Functions | |
| static | _encodeYaml ($indent, $data) |
Protected Attributes | |
| $_yamlEncoder = array('Zend_Config_Writer_Yaml', 'encode') | |
Protected Attributes inherited from Zend_Config_Writer_FileAbstract | |
| $_filename = null | |
| $_exclusiveLock = false | |
Protected Attributes inherited from Zend_Config_Writer | |
| $_skipOptions | |
| $_config = null | |
|
staticprotected |
|
static |
| getYamlEncoder | ( | ) |
| render | ( | ) |
Render a Zend_Config into a YAML config string.
Definition at line 80 of file Yaml.php.
| setYamlEncoder | ( | $yamlEncoder | ) |
Set callback for decoding YAML
| callable | $yamlEncoder | the decoder to set |
Definition at line 63 of file Yaml.php.
|
protected |