Home
last modified time | relevance | path

Searched refs:textrep (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/inc/
H A DMailer.class.php197 * @param array $textrep replacements to apply on the text part
198 * @param array $htmlrep replacements to apply on the HTML part, null to use $textrep (urls wrapped in <a> tags)
202 public function setBody($text, $textrep = null, $htmlrep = null, $html = null, $wrap = true)
206 $textrep = (array)$textrep;
227 foreach ($textrep as $key => $value) {
244 $trep = array_merge($this->replacements['text'], $textrep);
192 setBody($text, $textrep = null, $htmlrep = null, $html = null, $wrap = true) global() argument