You are here

private function ParseMaster::_escapeBis in Advanced CSS/JS Aggregation 8.2

Same name and namespace in other branches
  1. 8.4 advagg_js_minify/jspacker.inc \ParseMaster::_escapeBis()
  2. 8.3 advagg_js_minify/jspacker.inc \ParseMaster::_escapeBis()
  3. 6 advagg_js_compress/jspacker.inc \ParseMaster::_escapeBis()
  4. 7.2 advagg_js_compress/jspacker.inc \ParseMaster::_escapeBis()
  5. 7 advagg_js_compress/jspacker.inc \ParseMaster::_escapeBis()

File

advagg_js_minify/jspacker.inc, line 754

Class

ParseMaster

Code

private function _escapeBis($match) {
  $this->_escaped[] = $match[1];
  return $this->buffer;
}