This website requires JavaScript.
Explore
Help
Register
Sign In
wikimedia
/
mediawiki-extensions-Echo
Watch
1
Star
0
Fork
You've already forked mediawiki-extensions-Echo
0
mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced
2024-11-14 11:16:16 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7e9565cba1
mediawiki-extensions-Echo
/
includes
/
EmailFormat.php
7 lines
103 B
PHP
Raw
Normal View
History
Unescape
Escape
HTML email formatter using presentation model Bug: T121067 Change-Id: I77f466f0b507ffa49a9714ddba95bea8db1d8438
2016-05-05 13:05:03 +00:00
<
?
php
class
EchoEmailFormat
{
Fix PSR12.Properties.ConstantVisibility.NotFound Bug: T253169 Change-Id: I506e43629a30ef34c9154b8212878255de7d90b9
2020-09-19 18:55:32 +00:00
public
const
HTML
=
'html'
;
public
const
PLAIN_TEXT
=
'plain-text'
;
HTML email formatter using presentation model Bug: T121067 Change-Id: I77f466f0b507ffa49a9714ddba95bea8db1d8438
2016-05-05 13:05:03 +00:00
}
Reference in a new issue
Copy permalink