The Dom\TokenList class
Guide
Edit on GitHub ✎
Represents a set of tokens in an attribute (e.g. class names).
Intro
Represents a set of tokens in an attribute (e.g. class names).
Class synopsis
final Dom\TokenList implements IteratorAggregate implements Countable { }
Properties
lengthThe number of tokens.
valueThe value of the attribute linked to this object.
Notes Utf8
Note
Tokens in the list can be accessed by array syntax.
Tokenlist