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

Functions

 xoops_module_install ($dirname)
 
xoops_module_gettemplate ($dirname, $template, $type='')
 
 xoops_module_uninstall ($dirname)
 
 xoops_module_update ($dirname)
 
 xoops_module_deactivate ($mid)
 
 xoops_module_change ($mid, $name)
 
 xoops_module_log_header ($module, $title)
 
 xoops_module_delayed_clean_cache ($cacheList=null)
 

Function Documentation

◆ xoops_module_change()

xoops_module_change (   $mid,
  $name 
)
Parameters
$mid
$name
Returns
string
Here is the call graph for this function:

◆ xoops_module_deactivate()

xoops_module_deactivate (   $mid)
Parameters
$mid
Returns
string
Here is the call graph for this function:

◆ xoops_module_delayed_clean_cache()

xoops_module_delayed_clean_cache (   $cacheList = null)

Clean cache 'xoops_data/caches/smarty_cache'

Parameters
array | null$cacheListint[] of cache "ids" 1 = smarty cache 2 = smarty compile 3 = xoops cache or null to clear all
Returns
bool

◆ xoops_module_gettemplate()

& xoops_module_gettemplate (   $dirname,
  $template,
  $type = '' 
)
Parameters
$dirname
$template
string$type
Returns
string
Here is the caller graph for this function:

◆ xoops_module_install()

xoops_module_install (   $dirname)
Parameters
$dirname
Returns
string
Here is the call graph for this function:

◆ xoops_module_log_header()

xoops_module_log_header (   $module,
  $title 
)
Parameters
$module
$title
Returns
array
Here is the caller graph for this function:

◆ xoops_module_uninstall()

xoops_module_uninstall (   $dirname)
Parameters
$dirname
Returns
string
Here is the call graph for this function:

◆ xoops_module_update()

xoops_module_update (   $dirname)
Parameters
$dirname
Returns
string
Here is the call graph for this function: