Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
FluentDOM
Query
Attributes
offsetSet
FluentDOM\Query\Attributes::offsetSet PHP Метод
Документация по классу Attributes
Показать файл
Открыть проект
offsetSet()
публичный
Метод
Set the attribute on all selected element nodes
См. также:
ArrayAccess::offsetSet()
См. также:
FluentDOM::attr()
public
offsetSet
(
string
$name
,
string
$value
)
$name
string
$value
string
public function offsetSet($name, $value) { $this->_fd->attr($name, $value); }
Attributes
__construct
count
getFirstElement
getIterator
offsetExists
offsetGet
offsetSet
offsetUnset
toArray