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
Public Member Functions | List of all members
Parser Class Reference

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 ()
 

Detailed Description

Parser class parses CSS from text into a data structure.

Constructor & Destructor Documentation

__construct (   $sText,
Settings  $oParserSettings = null,
  $iLineNo = 1 
)

Parser constructor.

Note that that iLineNo starts from 1 and not 0

Parameters
$sText
Settings | null$oParserSettings
int$iLineNo

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