trait FieldSetTrait (View source)

Trait that provides methods and properties necessary for fields that can be rendered as a fieldset or as a div.

Properties

protected string $tag
protected string $legend

Methods

public
$this
setTag(string $tag)

No description

public
string
getTag()

No description

public
$this
setLegend(string $legend)

No description

public
string
getLegend()

No description

Details

$this setTag(string $tag)

No description

Parameters

string $tag

Return Value

$this

string getTag()

No description

Return Value

string

$this setLegend(string $legend)

No description

Parameters

string $legend

Return Value

$this

string getLegend()

No description

Return Value

string