22 #require_once "Zend/Config/Writer.php"; 57 $this->_filename = $filename;
70 $this->_exclusiveLock = $exclusiveLock;
85 if ($filename !==
null) {
93 if ($exclusiveLock !==
null) {
97 if ($this->_filename ===
null) {
98 #require_once 'Zend/Config/Exception.php'; 102 if ($this->_config ===
null) {
103 #require_once 'Zend/Config/Exception.php'; 107 $configString = $this->
render();
111 if ($this->_exclusiveLock) {
118 #require_once 'Zend/Config/Exception.php';
write($filename=null, Zend_Config $config=null, $exclusiveLock=null)
setExclusiveLock($exclusiveLock)
setConfig(Zend_Config $config)