Zend Framework
1.12
|
Public Member Functions | |
setSourceDirty ($isSourceDirty=true) | |
setSourceDirty() | |
isSourceDirty () | |
isSourceDirty() | |
setIndentation ($indentation) | |
setIndentation() | |
getIndentation () | |
getIndentation() | |
![]() | |
__construct ($options=array()) | |
__construct() | |
setConfig (Zend_Config $config) | |
setConfig() | |
setOptions (Array $options) | |
setOptions() | |
setSourceContent ($sourceContent) | |
setSourceContent() | |
getSourceContent () | |
getSourceContent() | |
generate () | |
generate() - must be implemented by the child | |
__toString () | |
__toString() - casting to a string will in turn call generate() | |
Public Attributes | |
const | LINE_FEED = "\n" |
Line feed to use in place of EOL. | |
Protected Attributes | |
$_isSourceDirty = true | |
$_indentation = ' ' | |
![]() | |
$_sourceContent = null | |
$_isSourceDirty = true | |
Additional Inherited Members | |
![]() | |
_init () | |
_init() - this is called before the constuctor | |
_prepare () | |
_prepare() - this is called at construction completion | |
getIndentation | ( | ) |
isSourceDirty | ( | ) |
setIndentation | ( | $indentation | ) |
setSourceDirty | ( | $isSourceDirty = true | ) |
|
protected |
|
protected |
const LINE_FEED = "\n" |
Line feed to use in place of EOL.