class CategoryTag extends Tag

CategoryTag

see elementName

Properties

protected string $label from Tag
protected string $category

Methods

__construct(string $category)

Neues Objekt

string
getLabel()

Bezeichnung

from Tag
static Tag
getInstanceFromArray(array $args)

Instanz erstellen

string
__toString()

Repräsentation des Tags

string
getCategory()

Kategorie

Details

at line 50
__construct(string $category)

Neues Objekt

Parameters

string $category Kategorie

in Tag at line 68
string getLabel()

Bezeichnung

Return Value

string Bezeichnung

at line 74
static Tag getInstanceFromArray(array $args)

Instanz erstellen

Parameters

array $args Argumente

Return Value

Tag

at line 83
string __toString()

Repräsentation des Tags

Return Value

string Zeichenkette

at line 63
string getCategory()

Kategorie

Return Value

string Kategorie