mediatekformation

GenericTag extends AbstractGenerator
in package
implements TagInterface, PrototypeGenericInterface

Interfaces, Classes, Traits and Enums

TagInterface
PrototypeGenericInterface

Table of Contents

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

Constants

Properties

Methods

__construct()

public __construct([string $name = null ][, string $content = null ]) : mixed
Parameters
$name : string = null
$content : string = null
Return values
mixed

generate()

public generate() : string
Return values
string

getContent()

public getContent() : string
Return values
string

getName()

public getName() : string
Return values
string

getSourceContent()

public getSourceContent() : string
Return values
string

Search results