◆ __construct()
Wikimedia\Dodo\DOMTokenList::__construct |
( |
Element | $element, |
|
|
string | $localName ) |
- Parameters
-
Element | $element | The element associated with this token list |
string | $localName | The name of the attribute associated with this token list. |
◆ _getList()
Wikimedia\Dodo\DOMTokenList::_getList |
( |
?string | $newValue = null | ) |
|
Fetch the attribute value and parse it into an ordered set.
- Parameters
-
◆ add()
Wikimedia\Dodo\DOMTokenList::add |
( |
string ... | $tokens | ) |
|
◆ contains()
bool Wikimedia\Dodo\DOMTokenList::contains |
( |
string | $token | ) |
|
◆ getLength()
int Wikimedia\Dodo\DOMTokenList::getLength |
( |
| ) |
|
◆ getValue()
string Wikimedia\Dodo\DOMTokenList::getValue |
( |
| ) |
|
◆ item()
string null Wikimedia\Dodo\DOMTokenList::item |
( |
int | $index | ) |
|
◆ remove()
Wikimedia\Dodo\DOMTokenList::remove |
( |
string ... | $tokens | ) |
|
◆ replace()
bool Wikimedia\Dodo\DOMTokenList::replace |
( |
string | $token, |
|
|
string | $newToken ) |
◆ setValue()
Wikimedia\Dodo\DOMTokenList::setValue |
( |
string | $val | ) |
|
◆ toggle()
bool Wikimedia\Dodo\DOMTokenList::toggle |
( |
string | $token, |
|
|
?bool | $force = null ) |
The documentation for this class was generated from the following file: