class ReturnTag extends Tag

Return

@return type Description

Properties

protected string $label from Tag
protected string $type
protected string $description

Methods

__construct(string $type, string $description = null)

Neues Objekt

string
getLabel()

Bezeichnung

from Tag
static Tag
getInstanceFromArray(array $args)

Instanz erstellen

string
__toString()

Repräsentation des Tags

string
getType()

Typ

string
getDescription()

Beschreibung

Details

at line 57
__construct(string $type, string $description = null)

Neues Objekt

Parameters

string $type Typ des Rückgabewerts
string $description Beschreibung

in Tag at line 68
string getLabel()

Bezeichnung

Return Value

string Bezeichnung

at line 91
static Tag getInstanceFromArray(array $args)

Instanz erstellen

Parameters

array $args Argumente

Return Value

Tag

at line 107
string __toString()

Repräsentation des Tags

Return Value

string Zeichenkette

at line 71
string getType()

Typ

Return Value

string Typ

at line 80
string getDescription()

Beschreibung

Return Value

string Beschreibung