PHP Класс Zend_Config_Writer_FileAbstract

Наследование: extends Zend_Config_Writer
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_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.

Описание методов

render() публичный Метод

Render a Zend_Config into a config file string.
С версии: 1.10
public render ( ) : string
Результат string

setExclusiveLock() публичный Метод

Set wether to exclusively lock the file or not
public setExclusiveLock ( boolean $exclusiveLock ) : Zend_Config_Writer_Array
$exclusiveLock boolean
Результат Zend_Config_Writer_Array

setFilename() публичный Метод

Set the target filename
public setFilename ( string $filename ) : Zend_Config_Writer_Array
$filename string
Результат Zend_Config_Writer_Array

write() публичный Метод

Write configuration to file.
public write ( string $filename = null, Zend_Config $config = null, boolean $exclusiveLock = null ) : void
$filename string
$config Zend_Config
$exclusiveLock boolean
Результат void

Описание свойств

$_exclusiveLock защищенное свойство

Wether to exclusively lock the file or not
protected bool $_exclusiveLock
Результат boolean

$_filename защищенное свойство

Filename to write to
protected string $_filename
Результат string