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