|
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
|
| ▼NSabberworm | |
| ▼NCSS | |
| ▼NComment | |
| CComment | |
| CCommentable | |
| ▼NCSSList | |
| CAtRuleBlockList | A BlockList constructed by an unknown -rule |
| CCSSBlockList | A CSSBlockList is a CSSList whose DeclarationBlocks are guaranteed to contain valid declaration blocks or at-rules |
| CCSSList | A CSSList is the most generic container available |
| CDocument | The root CSSList of a parsed file |
| CKeyFrame | |
| ▼NParsing | |
| COutputException | Thrown if the CSS parsers attempts to print something invalid |
| CSourceException | |
| CUnexpectedTokenException | Thrown if the CSS parsers encounters a token it did not expect |
| ▼NProperty | |
| CAtRule | |
| CCharset | Class representing an rule |
| CCSSNamespace | |
| CImport | Class representing an rule |
| CSelector | Class representing a single CSS selector |
| ▼NRule | |
| CRule | RuleSets contains Rule objects which always have a key and a value |
| ▼NRuleSet | |
| 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 |
| CRuleSet | RuleSet is a generic superclass denoting rules |
| ▼NValue | |
| CColor | |
| CCSSFunction | |
| CCSSString | |
| CPrimitiveValue | |
| CRuleValueList | |
| CSize | |
| CURL | |
| CValue | |
| CValueList | |
| COutputFormat | |
| COutputFormatter | |
| CParser | Parser class parses CSS from text into a data structure |
| CRenderable | |
| CSettings | Parser settings class |
1.8.11