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 55
__construct(string $type, string $description = null)

Neues Objekt

Parameters

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

in Tag at line 67
string getLabel()

Bezeichnung

Return Value

string Bezeichnung

at line 89
static Tag getInstanceFromArray(array $args)

Instanz erstellen

Parameters

array $args Argumente

Return Value

Tag

at line 105
string __toString()

Repräsentation des Tags

Return Value

string Zeichenkette

at line 69
string getType()

Typ

Return Value

string Typ

at line 78
string getDescription()

Beschreibung

Return Value

string Beschreibung