mediatekformation

BodyGenerator extends AbstractGenerator
in package

Table of Contents

LINE_FEED  = "\n"
Line feed to use in place of EOL
$content  : string
$indentation  : int|string
$isSourceDirty  : bool
$sourceContent  : string
__construct()  : mixed
generate()  : string
getContent()  : string
getIndentation()  : string
getSourceContent()  : string
isSourceDirty()  : bool
setContent()  : BodyGenerator
setIndentation()  : AbstractGenerator
setOptions()  : AbstractGenerator
setSourceContent()  : AbstractGenerator
setSourceDirty()  : AbstractGenerator

Constants

Properties

Methods

__construct()

public __construct([array<string|int, mixed> $options = [] ]) : mixed
Parameters
$options : array<string|int, mixed> = []
Return values
mixed

generate()

public generate() : string
Return values
string

getContent()

public getContent() : string
Return values
string

getSourceContent()

public getSourceContent() : string
Return values
string

Search results