<?php namespace cx_newsletter; enum toast_type:string { case error = 'toast-error'; case warning = 'toast-warning'; case success = 'toast-success'; }