Property | Type | Description | |
---|---|---|---|
$append | string | String to be appended to each preserved comment | |
$prepend | string | String to be prepended to each preserved comment |
Method | Description | |
---|---|---|
process ( string $content, callback $processor, array $args = [] ) : string | Process a string outside of C-style comments that begin with "/*!" |
Method | Description | |
---|---|---|
_nextComment ( string $in ) : array | Extract comments that YUI Compressor preserves. |
public static string $append | ||
return | string |
public static string $prepend | ||
return | string |