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 | |
__construct (OutputFormat $oFormat) | |
space ($sName, $sType=null) | |
spaceAfterRuleName () | |
spaceBeforeRules () | |
spaceAfterRules () | |
spaceBetweenRules () | |
spaceBeforeBlocks () | |
spaceAfterBlocks () | |
spaceBetweenBlocks () | |
spaceBeforeSelectorSeparator () | |
spaceAfterSelectorSeparator () | |
spaceBeforeListArgumentSeparator ($sSeparator) | |
spaceAfterListArgumentSeparator ($sSeparator) | |
spaceBeforeOpeningBrace () | |
safely ($cCode) | |
Runs the given code, either swallowing or passing exceptions, depending on the bIgnoreExceptions setting. | |
implode ($sSeparator, $aValues, $bIncreaseLevel=false) | |
Clone of the implode function but calls ->render with the current output format instead of __toString() | |
removeLastSemicolon ($sString) | |