mediatekformation

ParamTag
in package
implements TagInterface, PhpDocTypedTagInterface

Interfaces, Classes, Traits and Enums

TagInterface
PhpDocTypedTagInterface

Table of Contents

$description  : string
$types  : array<string|int, mixed>
$variableName  : string
getDescription()  : string
getName()  : string
getType()  : string
Get parameter variable type
getTypes()  : array<string|int, string>
Return all types supported by the tag definition
getVariableName()  : string
Get parameter name
initialize()  : void
Initializer

Properties

$description

protected string $description

$types

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

$variableName

protected string $variableName

Methods

getDescription()

public getDescription() : string
Return values
string

getName()

public getName() : string
Return values
string

getType()

Get parameter variable type

public getType() : string
Tags
deprecated
2.0.4

use getTypes instead

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()

Get parameter name

public getVariableName() : string
Return values
string

initialize()

Initializer

public initialize(string $tagDocBlockLine) : void
Parameters
$tagDocBlockLine : string
Return values
void

Search results