mediawiki-extensions-Echo/includes/EmailFormat.php

7 lines
89 B
PHP
Raw Normal View History

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