|
|
@@ -8,10 +8,14 @@ use MyCLabs\Enum\Enum;
|
|
|
* @method static UNKNOWN()
|
|
|
* @method static NONE()
|
|
|
* @method static LICENCE_CMF()
|
|
|
+ * @method static BILL()
|
|
|
+ * @method static UPLOADED()
|
|
|
*/
|
|
|
class FileTypeEnum extends Enum
|
|
|
{
|
|
|
private const UNKNOWN = 'UNKNOWN';
|
|
|
private const NONE = 'NONE';
|
|
|
private const LICENCE_CMF ='LICENCE_CMF';
|
|
|
+ private const BILL ='BILL';
|
|
|
+ private const UPLOADED ='UPLOADED';
|
|
|
}
|