Class RFilter
Vars
Functions
static void function parseComment($contents)
Strips object contents variable from single line comments.
$contents | The | contents to be stripped. |
static void function parseSingleString()
parses single quote strings from the contents variable and records them into the string array.
static void function parseDoubleString()
parses double quote strings from the contents variable and records them into the sring array.
|