summaryrefslogtreecommitdiff
blob: 608d0504bd2f9fe5e48d756bd9491044a227a8a1 (plain)
1
2
3
4
5
6
<?php

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