Documentation

GeneratorInterface
in

Generator interface

Tags
category

Pop

author

Nick Sagona, III nick@popphp.org

copyright

Copyright (c) 2009-2026 Nick Sagona, III

license

https://www.popphp.org/license New BSD License

version
6.0.0

Table of Contents

Methods

getIndent()  : int
Get the indent
getOutput()  : string|null
Get the output
hasIndent()  : bool
Has indent
hasOutput()  : bool
Has output
isRendered()  : bool
Is rendered (alias to hasOutput())
printIndent()  : string
Print the indent
render()  : string
Render method
setIndent()  : GeneratorInterface
Set the indent

Methods

getOutput()

Get the output

public getOutput() : string|null
Return values
string|null

isRendered()

Is rendered (alias to hasOutput())

public isRendered() : bool
Return values
bool

printIndent()

Print the indent

public printIndent() : string
Return values
string

        
On this page

Search results