|
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
|
Parser class parses CSS from text into a data structure. More...
Public Member Functions | |
| __construct ($sText, Settings $oParserSettings=null, $iLineNo=1) | |
| Parser constructor. More... | |
| setCharset ($sCharset) | |
| getCharset () | |
| parse () | |
Parser class parses CSS from text into a data structure.
| __construct | ( | $sText, | |
| Settings | $oParserSettings = null, |
||
$iLineNo = 1 |
|||
| ) |
1.8.11