Searched refs:htmlrep (Results 1 – 1 of 1) sorted by relevance
256 …* @param array $htmlrep replacements to apply on the HTML part, null to use $textrep (urls wrapp…260 public function setBody($text, $textrep = null, $htmlrep = null, $html = null, $wrap = true) argument263 $htmlrep = (array)$htmlrep;286 if (isset($htmlrep[$key])) continue;288 $htmlrep[$key] = '<a href="' . hsc($value) . '">' . hsc($value) . '</a>';290 $htmlrep[$key] = hsc($value);303 $hrep = array_merge($this->replacements['html'], $htmlrep);