Searched refs:textrep (Results 1 – 1 of 1) sorted by relevance
197 * @param array $textrep replacements to apply on the text part202 public function setBody($text, $textrep = null, $htmlrep = null, $html = null, $wrap = true) argument206 $textrep = (array)$textrep;227 foreach ($textrep as $key => $value) {244 $trep = array_merge($this->replacements['text'], $textrep);