mediawiki-extensions-Echo/includes/EmailFormat.php
Stephane Bisson 6f6e10084c HTML email formatter using presentation model
Bug: T121067
Change-Id: I77f466f0b507ffa49a9714ddba95bea8db1d8438
2016-05-12 09:29:24 -04:00

7 lines
89 B
PHP

<?php
class EchoEmailFormat {
const HTML = 'html';
const PLAIN_TEXT = 'plain-text';
}