Value
in package
implements
CSSElement, Positionable
Uses
Position
Abstract base class for specific classes of CSS values: `Size`, `Color`, `CSSString` and `URL`, and another abstract subclass `ValueList`.
Interfaces, Classes and Traits
- CSSElement
- Represents any entity in the CSS that is encapsulated by a class.
- Positionable
- Represents a CSS item that may have a position in the source CSS document (line number and possibly column number).
Table of Contents
- __construct() : mixed
- parseMicrosoftFilter() : CSSFunction
- parseUnicodeRangeValue() : string
Methods
__construct()
public
__construct(int $iLineNo) : mixed
Parameters
- $iLineNo : int
Return values
mixed —parseMicrosoftFilter()
private
static parseMicrosoftFilter(ParserState $oParserState) : CSSFunction
Parameters
- $oParserState : ParserState
Tags
Return values
CSSFunction —parseUnicodeRangeValue()
private
static parseUnicodeRangeValue(ParserState $oParserState) : string
Parameters
- $oParserState : ParserState
