Zend Framework
1.12
|
Public Member Functions | |
prettyPrint () | |
Get prettyPrint flag. | |
setPrettyPrint ($flag) | |
Set prettyPrint flag. | |
render () | |
Render a Zend_Config into a JSON config string. | |
![]() | |
setFilename ($filename) | |
Set the target filename. | |
setExclusiveLock ($exclusiveLock) | |
Set wether to exclusively lock the file or not. | |
write ($filename=null, Zend_Config $config=null, $exclusiveLock=null) | |
Write configuration to file. | |
render () | |
Render a Zend_Config into a config file string. | |
![]() | |
__construct (array $options=null) | |
Create a new adapter. | |
setConfig (Zend_Config $config) | |
Set options via a Zend_Config instance. | |
setOptions (array $options) | |
Set options via an array. | |
write () | |
Write a Zend_Config object to it's target. | |
Protected Attributes | |
$_prettyPrint = false | |
![]() | |
$_filename = null | |
$_exclusiveLock = false | |
![]() | |
$_skipOptions | |
$_config = null | |
prettyPrint | ( | ) |
Get prettyPrint flag.
render | ( | ) |
setPrettyPrint | ( | $flag | ) |
|
protected |