Gets the regular expression to match the specified token ID string
Paramètres
$id:
Return value
string
1 call to CSSmin::getPreservedTokenPlaceholderRegexById()
- CSSmin::minify dans advagg_css_compress/
yui/ CSSMin.inc - Minifies the given input CSS string
Fichier
-
advagg_css_compress/
yui/ CSSMin.inc, line 260
Classe
Code
private function getPreservedTokenPlaceholderRegexById($id) {
return '/' . self::TOKEN . $id . '___/';
}