mediatekformation

AbstractGenerator
in package
implements GeneratorInterface

Interfaces, Classes, Traits and Enums

GeneratorInterface

Table of Contents

LINE_FEED  = "\n"
Line feed to use in place of EOL
$indentation  : int|string
$isSourceDirty  : bool
$sourceContent  : string
__construct()  : mixed
getIndentation()  : string
getSourceContent()  : string
isSourceDirty()  : bool
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

getSourceContent()

public getSourceContent() : string
Return values
string

Search results