XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
XoopsLoad Class Reference

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 ()
 

Detailed Description

Definition at line 22 of file xoopsload.php.

Member Function Documentation

static XoopsLoad::load (   $name,
  $type = "core" 
)
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().

Here is the call graph for this function:

Here is the caller graph for this function:

XoopsLoad::loadConfig (   $data = null)

XoopsLoad::loadConfig()

Parameters
mixed$data
Returns

Definition at line 216 of file xoopsload.php.

References $configs, $dirname, $file, $GLOBALS, and loadCoreConfig().

Here is the call graph for this function:

static XoopsLoad::loadCore (   $name)
static

Load core class

private

Definition at line 86 of file xoopsload.php.

References $configs, $file, and loadCoreConfig().

Referenced by load().

Here is the call graph for this function:

Here is the caller graph for this function:

static XoopsLoad::loadCoreConfig ( )
static

XoopsLoad::loadCoreConfig()

Returns

Definition at line 152 of file xoopsload.php.

References $configs.

Referenced by loadConfig(), and loadCore().

Here is the caller graph for this function:

XoopsLoad::loadFramework (   $name)

Load Framework class

private

Definition at line 116 of file xoopsload.php.

References $file.

Referenced by load().

Here is the caller graph for this function:

XoopsLoad::loadModule (   $name,
  $dirname = null 
)

Load module class

private

Definition at line 133 of file xoopsload.php.

References $dirname, and $file.

Referenced by load().

Here is the caller graph for this function:


The documentation for this class was generated from the following file: