css-sanitizer
Classes to parse and sanitize CSS
Loading...
Searching...
No Matches
Wikimedia\CSS\Objects\TokenList Class Reference

Represent a list of CSS tokens. More...

+ Inheritance diagram for Wikimedia\CSS\Objects\TokenList:
+ Collaboration diagram for Wikimedia\CSS\Objects\TokenList:

Public Member Functions

 toTokenArray ()
 @inheritDoc
 
 toComponentValueArray ()
 @inheritDoc
 
- Public Member Functions inherited from Wikimedia\CSS\Objects\CSSObjectList
 __construct (array $objects=[])
 
 add ( $objects, $index=null)
 Insert one or more objects into the list.
 
 remove ( $index)
 Remove an object from the list.
 
 slice ( $offset, $length=null)
 Extract a slice of the list.
 
 clear ()
 Clear the list.
 
 count ()
 @inheritDoc
 
 seek (int $offset)
 @inheritDoc
 
 current ()
 @inheritDoc
 
 key ()
 @inheritDoc
 
 next ()
 @inheritDoc
 
 rewind ()
 @inheritDoc
 
 valid ()
 @inheritDoc
 
 offsetExists ( $offset)
 @inheritDoc
 
 offsetGet ( $offset)
 @inheritDoc
 
 offsetSet ( $offset, $value)
 @inheritDoc
 
 offsetUnset ( $offset)
 @inheritDoc
 
 getPosition ()
 @inheritDoc
 
 __toString ()
 

Protected Attributes

 $objects
 
- Protected Attributes inherited from Wikimedia\CSS\Objects\CSSObjectList
 $objects
 
 $offset = 0
 

Static Protected Attributes

static $objectType = Token::class
 
- Static Protected Attributes inherited from Wikimedia\CSS\Objects\CSSObjectList
static $objectType
 

Additional Inherited Members

- Protected Member Functions inherited from Wikimedia\CSS\Objects\CSSObjectList
 getSeparator (CSSObject $left, CSSObject $right=null)
 Return the tokens to use to separate list items.
 
- Static Protected Member Functions inherited from Wikimedia\CSS\Objects\CSSObjectList
static testObjects (array $objects)
 Additional validation for objects.
 

Detailed Description

Represent a list of CSS tokens.

Member Function Documentation

◆ toComponentValueArray()

Wikimedia\CSS\Objects\TokenList::toComponentValueArray ( )

@inheritDoc

Reimplemented from Wikimedia\CSS\Objects\CSSObjectList.

◆ toTokenArray()

Wikimedia\CSS\Objects\TokenList::toTokenArray ( )

@inheritDoc

Reimplemented from Wikimedia\CSS\Objects\CSSObjectList.


The documentation for this class was generated from the following file: