mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 09:26:05 +00:00
7 lines
89 B
PHP
7 lines
89 B
PHP
|
<?php
|
||
|
|
||
|
class EchoEmailFormat {
|
||
|
const HTML = 'html';
|
||
|
const PLAIN_TEXT = 'plain-text';
|
||
|
}
|