API - XOOPS 2.5.11 Beta 2
By monxoops.fr
notification_update.php File Reference

Namespaces

namespace  kernel
 

Variables

 if (!defined( 'XOOPS_ROOT_PATH')||!is_object( $xoopsModule))
 
if(!isset( $_POST[ 'not_submit'])) if(! $GLOBALS['xoopsSecurity']->check()) $update_list = $_POST['not_list']
 
 $module_id = $xoopsModule->getVar('mid')
 
 $user_id = is_object($xoopsUser) ? $xoopsUser->getVar('uid') : 0
 
 $notification_handler = xoops_getHandler('notification')
 
foreach($update_list as $update_item) $redirect_args = array()
 
foreach($update_list as $update_item) $argstring = ''
 
 $first_arg = 1
 

Variable Documentation

◆ $argstring

foreach ( $update_list as $update_item) $argstring = ''

◆ $first_arg

$first_arg = 1

◆ $module_id

$module_id = $xoopsModule->getVar('mid')

◆ $notification_handler

XoopsNotificationHandler $notification_handler = xoops_getHandler('notification')

◆ $redirect_args

foreach ( $update_list as $update_item) $redirect_args = array()

◆ $update_list

if(!isset($_POST['not_submit'])) if (! $GLOBALS[ 'xoopsSecurity']->check()) $update_list = $_POST['not_list']

◆ $user_id

$user_id = is_object($xoopsUser) ? $xoopsUser->getVar('uid') : 0

◆ if

if(!defined('XOOPS_ROOT_PATH')||!is_object($xoopsModule)) ( defined 'XOOPS_ROOT_PATH')||!is_object( $xoopsModule)