Skip to content
Snippets Groups Projects
Commit 9796f26f authored by Szymon Olewniczak's avatar Szymon Olewniczak
Browse files

doc abbreviation

parent 9ab4b0a5
No related branches found
No related tags found
No related merge requests found
......@@ -183,7 +183,7 @@ class Mailer {
*
* @param string $text plain text body
* @param array $textrep replacements to apply on the text part
* @param array $htmlrep replacements to apply on the HTML part. When leave null the replacements from $textrep will be used but all the urls will be wrapped with <a> tag. Ex. <a href="http://bar.com">http://bar.com</a>.
* @param array $htmlrep replacements to apply on the HTML part, null to use $textrep (with urls wrapped in <a> tags)
* @param string $html the HTML body, leave null to create it from $text
* @param bool $wrap wrap the HTML in the default header/Footer
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment