Zend Framework  1.12
Public Member Functions | Protected Attributes | List of all members
Zend_CodeGenerator_Php_Body Class Reference

Public Member Functions

 setContent ($content)
 setContent()
 
 getContent ()
 getContent()
 
 generate ()
 generate()
 
- Public Member Functions inherited from Zend_CodeGenerator_Abstract
 __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 Attributes

 $_content = null
 
- Protected Attributes inherited from Zend_CodeGenerator_Abstract
 $_sourceContent = null
 
 $_isSourceDirty = true
 

Additional Inherited Members

- Protected Member Functions inherited from Zend_CodeGenerator_Abstract
 _init ()
 _init() - this is called before the constuctor
 
 _prepare ()
 _prepare() - this is called at construction completion
 

Member Function Documentation

generate ( )

generate()

Returns
string
getContent ( )

getContent()

Returns
string
setContent (   $content)

setContent()

Parameters
string$content
Returns
Zend_CodeGenerator_Php_Body

Member Data Documentation

$_content = null
protected