프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$_exclusiveLock | boolean | Wether to exclusively lock the file or not | |
$_filename | string | Filename to write to |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | Zend_Config_Writer_Array |
public setFilename ( string $filename ) : Zend_Config_Writer_Array | ||
$filename | string | |
리턴 | Zend_Config_Writer_Array |
protected bool $_exclusiveLock | ||
리턴 | boolean |