Current File : /home/jvzmxxx/wiki1/extensions/Echo/includes/EmailFormat.php
<?php

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