\Pop\Code\GeneratorAbstractGenerator

Abstract generator class

Summary

Methods
Properties
Constants
setIndent()
getIndent()
hasIndent()
printIndent()
getOutput()
hasOutput()
isRendered()
render()
No public properties found
No constants found
No protected methods found
$indent
$output
N/A
No private methods found
No private properties found
N/A

Properties

$indent

$indent : integer

Code indent spaces

Type

integer

$output

$output : string

Output string

Type

string

Methods

getIndent()

getIndent() : integer

Get the indent

Returns

integer

hasIndent()

hasIndent() : boolean

Has indent

Returns

boolean

printIndent()

printIndent() : string

Print the indent

Returns

string

getOutput()

getOutput() : string

Get the output

Returns

string

hasOutput()

hasOutput() : boolean

Has output

Returns

boolean

isRendered()

isRendered() : boolean

Is rendered (alias to hasOutput())

Returns

boolean

render()

render() : string

Render method

Returns

string