Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Attributes

Открытые члены

 set (string $name, $value)
 
 setData (string $name, $value)
 
 get (string $name)
 
 remove (string $name)
 
 __toString ()
 

Подробное описание

HTML attributes.

См. определение в файле attributes.php строка 11

Методы

◆ __toString()

__toString ( )

Generates escaped HTML string with attributes.

Возвращает
string

См. определение в файле attributes.php строка 89

◆ get()

get ( string $name)

Get attribute.

Аргументы
string$name
Возвращает
mixed

См. определение в файле attributes.php строка 60

◆ remove()

remove ( string $name)

Remove attribute.

Аргументы
string$name
Возвращает
mixed returns removed attribute value.

См. определение в файле attributes.php строка 72

◆ set()

set ( string $name,
$value )

Set attribute.

For data-* attributes see method setData

Аргументы
string$name
mixed$value
Возвращает
self

См. определение в файле attributes.php строка 29

◆ setData()

setData ( string $name,
$value )

Set data attribute.

For other attributes see method set

Аргументы
string$name
mixed$value
Возвращает
self

См. определение в файле attributes.php строка 46