mediatekformation

VarTag
in package
implements TagInterface, PhpDocTypedTagInterface

Interfaces, Classes, Traits and Enums

TagInterface
PhpDocTypedTagInterface

Table of Contents

$description  : string|null
$types  : array<string|int, string>
$variableName  : string|null
__toString()  : string
getDescription()  : string|null
getName()  : string
{@inheritDoc}
getTypes()  : array<string|int, string>
Return all types supported by the tag definition
getVariableName()  : string|null
initialize()  : void

Properties

$description

private string|null $description

$types

private array<string|int, string> $types = []

$variableName

private string|null $variableName

Methods

__toString()

public __toString() : string
Return values
string

getDescription()

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

getName()

{@inheritDoc}

public getName() : string
Return values
string

getTypes()

Return all types supported by the tag definition

public getTypes() : array<string|int, string>
Return values
array<string|int, string>

getVariableName()

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

initialize()

public initialize(mixed $tagDocblockLine) : void
Parameters
$tagDocblockLine : mixed
Return values
void

Search results