Sabberworm/PHP-CSS-Parser
8.1.0
A Parser for CSS Files written in PHP. Allows extraction of CSS files into a data structure, manipulation of said structure and output as (optimized) CSS
|
▼CCommentable | |
▼CCSSList | A CSSList is the most generic container available |
▼CCSSBlockList | A CSSBlockList is a CSSList whose DeclarationBlocks are guaranteed to contain valid declaration blocks or at-rules |
CAtRuleBlockList | A BlockList constructed by an unknown -rule |
CDocument | The root CSSList of a parsed file |
CKeyFrame | |
▼CAtRule | |
CAtRuleBlockList | A BlockList constructed by an unknown -rule |
CKeyFrame | |
CCharset | Class representing an rule |
CCSSNamespace | |
CImport | Class representing an rule |
CAtRuleSet | A RuleSet constructed by an unknown -rule |
CRule | RuleSets contains Rule objects which always have a key and a value |
▼CRuleSet | RuleSet is a generic superclass denoting rules |
CAtRuleSet | A RuleSet constructed by an unknown -rule |
CDeclarationBlock | Declaration blocks are the parts of a css file which denote the rules belonging to a selector |
▼CException | |
▼CSourceException | |
COutputException | Thrown if the CSS parsers attempts to print something invalid |
CUnexpectedTokenException | Thrown if the CSS parsers encounters a token it did not expect |
COutputFormat | |
COutputFormatter | |
CParser | Parser class parses CSS from text into a data structure |
▼CRenderable | |
CComment | |
CCSSList | A CSSList is the most generic container available |
CAtRule | |
CRule | RuleSets contains Rule objects which always have a key and a value |
CRuleSet | RuleSet is a generic superclass denoting rules |
▼CValue | |
▼CPrimitiveValue | |
CCSSString | |
CSize | |
CURL | |
▼CValueList | |
▼CCSSFunction | |
CColor | |
CRuleValueList | |
CSelector | Class representing a single CSS selector |
CSettings | Parser settings class |