Zend Framework
1.12
|
Public Member Functions | |
__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() | |
Protected Member Functions | |
_init () | |
_init() - this is called before the constuctor | |
_prepare () | |
_prepare() - this is called at construction completion | |
Protected Attributes | |
$_sourceContent = null | |
$_isSourceDirty = true | |
__construct | ( | $options = array() | ) |
array | $options |
|
final |
__toString() - casting to a string will in turn call generate()
|
protected |
_init() - this is called before the constuctor
|
protected |
_prepare() - this is called at construction completion
|
abstract |
generate() - must be implemented by the child
getSourceContent | ( | ) |
setConfig | ( | Zend_Config | $config | ) |
setOptions | ( | Array | $options | ) |
setSourceContent | ( | $sourceContent | ) |
string | $sourceContent |
|
protected |
|
protected |