XOOPS 2.5.6
Final
|
Go to the source code of this file.
Namespaces | |
namespace | kernel |
Variables | |
const | XOOPS_NOTIFICATION_DISABLE 0 |
const | XOOPS_NOTIFICATION_ENABLEBLOCK 1 |
const | XOOPS_NOTIFICATION_ENABLEBOTH 3 |
const | XOOPS_NOTIFICATION_ENABLEINLINE 2 |
const | XOOPS_NOTIFICATION_METHOD_DISABLE 0 |
const | XOOPS_NOTIFICATION_METHOD_EMAIL 2 |
const | XOOPS_NOTIFICATION_METHOD_PM 1 |
const | XOOPS_NOTIFICATION_MODE_SENDALWAYS 0 |
const | XOOPS_NOTIFICATION_MODE_SENDONCETHENDELETE 1 |
const | XOOPS_NOTIFICATION_MODE_SENDONCETHENWAIT 2 |
const | XOOPS_NOTIFICATION_MODE_WAITFORLOGIN 3 |
const XOOPS_NOTIFICATION_DISABLE 0 |
Definition at line 31 of file notification_constants.php.
Referenced by xoops_module_install().
const XOOPS_NOTIFICATION_ENABLEBLOCK 1 |
Definition at line 32 of file notification_constants.php.
Referenced by notificationEnabled(), and xoops_module_install().
const XOOPS_NOTIFICATION_ENABLEBOTH 3 |
Definition at line 34 of file notification_constants.php.
Referenced by notificationEnabled(), and xoops_module_install().
const XOOPS_NOTIFICATION_ENABLEINLINE 2 |
Definition at line 33 of file notification_constants.php.
Referenced by notificationEnabled(), and xoops_module_install().
const XOOPS_NOTIFICATION_METHOD_DISABLE 0 |
Definition at line 27 of file notification_constants.php.
Referenced by form_user(), and xoops_module_install_profile().
const XOOPS_NOTIFICATION_METHOD_EMAIL 2 |
Definition at line 29 of file notification_constants.php.
Referenced by form_user(), XoopsNotification\notifyUser(), and xoops_module_install_profile().
const XOOPS_NOTIFICATION_METHOD_PM 1 |
Definition at line 28 of file notification_constants.php.
Referenced by form_user(), XoopsNotification\notifyUser(), and xoops_module_install_profile().
const XOOPS_NOTIFICATION_MODE_SENDALWAYS 0 |
Definition at line 22 of file notification_constants.php.
Referenced by form_user(), XoopsNotificationHandler\triggerEvent(), and xoops_module_install_profile().
const XOOPS_NOTIFICATION_MODE_SENDONCETHENDELETE 1 |
Definition at line 23 of file notification_constants.php.
Referenced by form_user(), XoopsNotification\notifyUser(), XoopsNotificationHandler\triggerEvent(), and xoops_module_install_profile().
const XOOPS_NOTIFICATION_MODE_SENDONCETHENWAIT 2 |
Definition at line 24 of file notification_constants.php.
Referenced by XoopsNotificationHandler\doLoginMaintenance(), form_user(), XoopsNotification\notifyUser(), XoopsNotificationHandler\triggerEvent(), and xoops_module_install_profile().
const XOOPS_NOTIFICATION_MODE_WAITFORLOGIN 3 |
Definition at line 25 of file notification_constants.php.
Referenced by XoopsNotificationHandler\doLoginMaintenance(), and XoopsNotification\notifyUser().