15 define(
'NOTIFICATION_STYLE_CLASS_WARNING',
'notifyWarning');
16 define(
'NOTIFICATION_STYLE_CLASS_INFORMATION',
'notifyInfo');
17 define(
'NOTIFICATION_STYLE_CLASS_SUCCESS',
'notifySuccess');
18 define(
'NOTIFICATION_STYLE_CLASS_ERROR',
'notifyError');
19 define(
'NOTIFICATION_STYLE_CLASS_FORM_ERROR',
'notifyFormError');
20 define(
'NOTIFICATION_STYLE_CLASS_FORBIDDEN',
'notifyForbidden');
21 define(
'NOTIFICATION_STYLE_CLASS_HELP',
'notifyHelp');