class HtmlTagLabel extends HtmlTag

Properties

protected array $globalAttributes Global common HTML tag attributes. from HtmlTag
protected array $attributes Attributes.
protected array $guardedAttributes Callable fluent HTML tag attributes but not formatted. from HtmlTag
protected array $markup Html Tag markup, open and close.
protected string $content This is the content of a Html tag, suc as

{content}
from HtmlTag

Methods

getAttributesAttribute()

No description

from HtmlTag
attributes($values)

No description

from HtmlTag
formatAttributes()

No description

from HtmlTag
formatGlobalAttributes()

No description

from HtmlTag
getStyleAttribute()

No description

from HtmlTag
style()

No description

from HtmlTag
data()

No description

from HtmlTag
getDataAttribute()

No description

from HtmlTag
formatDataAttributes()

No description

from HtmlTag
getClassAttribute()

No description

from HtmlTag
setClassAttribute($value)

No description

from HtmlTag
getAcceptcharsetAttribute()

No description

from HtmlTag
setAcceptcharsetAttribute($value)

No description

from HtmlTag
__construct(array $arguments = [])

HtmlTag constructor.

from HtmlTag
__get($name)

No description

from HtmlTag
__set($name, $value)

No description

from HtmlTag
string
__toString()

Get the string rappresentation of the tag.

from HtmlTag
__call($name, $arguments)

No description

from HtmlTag
string
html()

Get the HTML output.

from HtmlTag
render()

Display the HTML output.

from HtmlTag
beforeOpenTag()

No description

from HtmlTag
afterCloseTag()

No description

from HtmlTag

Details

in HtmlTag at line 83
protected getAttributesAttribute()

in HtmlTag at line 88
attributes($values)

Parameters

$values

in HtmlTag at line 100
formatAttributes()

in HtmlTag at line 113
formatGlobalAttributes()

in HtmlTag at line 126
protected getStyleAttribute()

in HtmlTag at line 143
style()

in HtmlTag at line 167
data()

in HtmlTag at line 185
getDataAttribute()

in HtmlTag at line 189
formatDataAttributes()

in HtmlTag at line 211
protected getClassAttribute()

in HtmlTag at line 216
protected setClassAttribute($value)

Parameters

$value

in HtmlTag at line 225
protected getAcceptcharsetAttribute()

in HtmlTag at line 230
protected setAcceptcharsetAttribute($value)

Parameters

$value

in HtmlTag at line 248
__construct(array $arguments = [])

HtmlTag constructor.

Parameters

array $arguments

in HtmlTag at line 273
__get($name)

Parameters

$name

in HtmlTag at line 293
__set($name, $value)

Parameters

$name
$value

in HtmlTag at line 318
string __toString()

Get the string rappresentation of the tag.

Return Value

string

in HtmlTag at line 323
__call($name, $arguments)

Parameters

$name
$arguments

in HtmlTag at line 347
string html()

Get the HTML output.

Return Value

string

in HtmlTag at line 381
render()

Display the HTML output.

in HtmlTag at line 387
protected beforeOpenTag()

in HtmlTag at line 392
protected afterCloseTag()