Открытые члены | |
set (string $name, $value) | |
setData (string $name, $value) | |
get (string $name) | |
remove (string $name) | |
__toString () | |
HTML attributes.
См. определение в файле attributes.php строка 11
__toString | ( | ) |
Generates escaped HTML string with attributes.
См. определение в файле attributes.php строка 89
get | ( | string | $name | ) |
Get attribute.
string | $name |
См. определение в файле attributes.php строка 60
remove | ( | string | $name | ) |
Remove attribute.
string | $name |
См. определение в файле attributes.php строка 72
set | ( | string | $name, |
$value ) |
Set attribute.
For data-*
attributes see method setData
string | $name | |
mixed | $value |
См. определение в файле attributes.php строка 29
setData | ( | string | $name, |
$value ) |
Set data attribute.
For other attributes see method set
string | $name | |
mixed | $value |
См. определение в файле attributes.php строка 46