PHP 클래스 Zend_Config_Writer_FileAbstract

상속: extends Zend_Config_Writer
파일 보기 프로젝트 열기: dbpatch/dbpatch

보호된 프로퍼티들

프로퍼티 타입 설명
$_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