Property | Type | Description | |
---|---|---|---|
$_exclusiveLock | boolean | Wether to exclusively lock the file or not | |
$_filename | string | Filename to write to |
Method | Description | |
---|---|---|
render ( ) : string | Render a Zend_Config into a config file string. | |
setExclusiveLock ( boolean $exclusiveLock ) : Zend_Config_Writer_Array | Set wether to exclusively lock the file or not | |
setFilename ( string $filename ) : Zend_Config_Writer_Array | Set the target filename | |
write ( string $filename = null, Zend_Config $config = null, boolean $exclusiveLock = null ) : void | Write configuration to file. |
public setExclusiveLock ( boolean $exclusiveLock ) : Zend_Config_Writer_Array | ||
$exclusiveLock | boolean | |
return | Zend_Config_Writer_Array |
public setFilename ( string $filename ) : Zend_Config_Writer_Array | ||
$filename | string | |
return | Zend_Config_Writer_Array |
protected bool $_exclusiveLock | ||
return | boolean |