XOOPS 2.5.6
Final
|
Public Member Functions | |
loadConfig ($data=null) | |
loadFramework ($name) | |
loadModule ($name, $dirname=null) | |
Static Public Member Functions | |
static | load ($name, $type="core") |
static | loadCore ($name) |
static | loadCoreConfig () |
Definition at line 22 of file xoopsload.php.
|
static |
Definition at line 27 of file xoopsload.php.
References $GLOBALS, $type, loadCore(), loadFramework(), and loadModule().
Referenced by XoopsFileHandler\__construct(), XoopsCacheFile\init(), XoopsCacheFile\read(), and xoops_load().
XoopsLoad::loadConfig | ( | $data = null | ) |
mixed | $data |
Definition at line 216 of file xoopsload.php.
References $configs, $dirname, $file, $GLOBALS, and loadCoreConfig().
|
static |
Load core class
private
Definition at line 86 of file xoopsload.php.
References $configs, $file, and loadCoreConfig().
Referenced by load().
|
static |
Definition at line 152 of file xoopsload.php.
References $configs.
Referenced by loadConfig(), and loadCore().
XoopsLoad::loadFramework | ( | $name | ) |
Load Framework class
private
Definition at line 116 of file xoopsload.php.
References $file.
Referenced by load().
XoopsLoad::loadModule | ( | $name, | |
$dirname = null |
|||
) |
Load module class
private
Definition at line 133 of file xoopsload.php.
References $dirname, and $file.
Referenced by load().