* @since 2.0 */ class AlertEnum { const CLASS_NAME = 'alert'; const TYPE_DEFAULT = ''; const TYPE_SUCCESS = 'alert-success'; const TYPE_INFORMATION = 'alert-info'; const TYPE_ERROR = 'alert-error'; const SIZE_BLOCK = 'alert-block'; }