Zend Framework  3.0
Public Member Functions | Protected Attributes | List of all members
BodyGenerator Class Reference

Public Member Functions

 setContent ($content)
 
 getContent ()
 
 generate ()
 
- Public Member Functions inherited from AbstractGenerator
 __construct ($options=[])
 
 setSourceDirty ($isSourceDirty=true)
 
 isSourceDirty ()
 
 setIndentation ($indentation)
 
 getIndentation ()
 
 setSourceContent ($sourceContent)
 
 getSourceContent ()
 
 setOptions ($options)
 

Protected Attributes

 $content = null
 
- Protected Attributes inherited from AbstractGenerator
 $isSourceDirty = true
 
 $indentation = ' '
 
 $sourceContent = null
 

Additional Inherited Members

- Public Attributes inherited from AbstractGenerator
const LINE_FEED = "\n"
 Line feed to use in place of EOL.
 

Member Function Documentation

generate ( )
Returns
string

Implements GeneratorInterface.

getContent ( )
Returns
string
setContent (   $content)
Parameters
string$content
Returns
BodyGenerator

Member Data Documentation

$content = null
protected