Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
FluentDOM
Query
Attributes
offsetSet
FluentDOM\Query\Attributes::offsetSet PHP Method
Attributes Class Documentation
Exibir arquivo
Open project: fluentdom/fluentdom
offsetSet()
public
method
Set the attribute on all selected element nodes
See also:
ArrayAccess::offsetSet()
See also:
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