mediatekformation

Tag extends GenericTag
in package

Tags
deprecated

Deprecated in 2.3. Use GenericTag instead

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
fromReflection()  : Tag
generate()  : string
getContent()  : string
getDescription()  : string
getIndentation()  : string
getName()  : string
getSourceContent()  : string
isSourceDirty()  : bool
setContent()  : GenericTag
setDescription()  : Tag
setIndentation()  : AbstractGenerator
setName()  : GenericTag
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

fromReflection()

public static fromReflection(TagInterface $reflectionTag) : Tag
Parameters
$reflectionTag : TagInterface
Tags
deprecated

Deprecated in 2.3. Use TagManager::createTagFromReflection() instead

Return values
Tag

generate()

public generate() : string
Return values
string

getContent()

public getContent() : string
Return values
string

getDescription()

public getDescription() : string
Tags
deprecated

Deprecated in 2.3. Use GenericTag::getContent() instead

Return values
string

getName()

public getName() : string
Return values
string

getSourceContent()

public getSourceContent() : string
Return values
string

setDescription()

public setDescription(string $description) : Tag
Parameters
$description : string
Tags
deprecated

Deprecated in 2.3. Use GenericTag::setContent() instead

Return values
Tag

Search results