XOOPS  2.6.0
functions.config.php File Reference

Go to the source code of this file.

Namespaces

 Frameworks
 

Functions

 mod_clearConfg ($dirname="")
 
 mod_clearConfig ($dirname="")
 
 mod_fetchConfg ($dirname="")
 
 mod_fetchConfig ($dirname="")
 
 mod_loadConfg ($dirname="")
 
 mod_loadConfig ($dirname="")
 

Variables

 endif
 

Function Documentation

mod_clearConfg (   $dirname = "")

Definition at line 110 of file functions.config.php.

References $dirname, and mod_clearConfig().

Here is the call graph for this function:

mod_clearConfig (   $dirname = "")

clear config cache of a module

Parameters
string$dirnamemodule dirname
Returns
bool

Definition at line 100 of file functions.config.php.

References $dirname, and Xoops\Core\Cache\Legacy\delete().

Referenced by mod_clearConfg().

Here is the call graph for this function:

Here is the caller graph for this function:

mod_fetchConfg (   $dirname = "")

Definition at line 88 of file functions.config.php.

References $dirname, and mod_fetchConfig().

Here is the call graph for this function:

mod_fetchConfig (   $dirname = "")

Fetch configs of a module from database

Parameters
string$dirnamemodule dirname
Returns
array

Definition at line 65 of file functions.config.php.

References $config_handler, $configs, $criteria, $dirname, $i, $module, $xoops, and Xoops\getInstance().

Referenced by mod_fetchConfg(), and mod_loadConfig().

Here is the call graph for this function:

Here is the caller graph for this function:

mod_loadConfg (   $dirname = "")
Parameters
string$dirname
Returns
array

Definition at line 54 of file functions.config.php.

References $dirname, and mod_loadConfig().

Here is the call graph for this function:

mod_loadConfig (   $dirname = "")

Load configs of a module

Parameters
string$dirnamemodule dirname
Returns
array

Definition at line 23 of file functions.config.php.

References $dirname, $xoops, XoopsBaseConfig\get(), Xoops\getInstance(), mod_fetchConfig(), Xoops\Core\Cache\Legacy\read(), and Xoops\Core\Cache\Legacy\write().

Referenced by mod_loadConfg().

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

endif

Definition at line 115 of file functions.config.php.