Differences Between: [Versions 310 and 401] [Versions 310 and 402] [Versions 310 and 403]
(no description)
File Size: | 235 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Rule:: (21 methods):
__construct()
parse()
listDelimiterForRule()
getLineNo()
setRule()
getRule()
getValue()
setValue()
setValues()
getValues()
addValue()
addIeHack()
setIeHack()
getIeHack()
setIsImportant()
getIsImportant()
__toString()
render()
addComments()
getComments()
setComments()
__construct($sRule, $iLineNo = 0) X-Ref |
No description |
parse(ParserState $oParserState) X-Ref |
No description |
listDelimiterForRule($sRule) X-Ref |
No description |
getLineNo() X-Ref |
return: int |
setRule($sRule) X-Ref |
No description |
getRule() X-Ref |
No description |
getValue() X-Ref |
No description |
setValue($mValue) X-Ref |
No description |
setValues($aSpaceSeparatedValues) X-Ref |
getValues() X-Ref |
addValue($mValue, $sType = ' ') X-Ref |
Adds a value to the existing value. Value will be appended if a RuleValueList exists of the given type. Otherwise, the existing value will be wrapped by one. |
addIeHack($iModifier) X-Ref |
No description |
setIeHack(array $aModifiers) X-Ref |
No description |
getIeHack() X-Ref |
No description |
setIsImportant($bIsImportant) X-Ref |
No description |
getIsImportant() X-Ref |
No description |
__toString() X-Ref |
No description |
render(\Sabberworm\CSS\OutputFormat $oOutputFormat) X-Ref |
No description |
addComments(array $aComments) X-Ref |
param: array $aComments Array of comments. |
getComments() X-Ref |
return: array |
setComments(array $aComments) X-Ref |
param: array $aComments Array containing Comment objects. |