Gets the regular expression to match the specified comment token ID string
Paramètres
$id:
Return value
string
2 calls to CSSmin::getCommentPlaceholderRegexById()
- CSSmin::minify dans advagg_css_compress/
yui/ CSSMin.inc - Minifies the given input CSS string
- CSSmin::processStrings dans advagg_css_compress/
yui/ CSSMin.inc
Fichier
-
advagg_css_compress/
yui/ CSSMin.inc, line 291
Classe
Code
private function getCommentPlaceholderRegexById($id) {
return '/' . $this->getCommentPlaceholderById($id) . '/';
}