API - XOOPS 2.5.11 Beta 2
By monxoops.fr
XoopsLoad Class Reference

Public Member Functions

 loadConfig ($data=null)
 

Static Public Member Functions

static load ($name, $type='core')
 
static loadCore ($name)
 
static loadFramework ($name)
 
static loadModule ($name, $dirname=null)
 
static loadCoreConfig ()
 

Detailed Description

Class XoopsLoad

Member Function Documentation

◆ load()

static load (   $name,
  $type = 'core' 
)
static
Parameters
$name
string$type
Returns
bool
Here is the call graph for this function:
Here is the caller graph for this function:

◆ loadConfig()

loadConfig (   $data = null)

XoopsLoad::loadConfig()

Parameters
mixed$data
Returns
array|bool

◆ loadCore()

static loadCore (   $name)
static

Load core class

@access private

Parameters
$name
Returns
bool|string
Here is the call graph for this function:
Here is the caller graph for this function:

◆ loadCoreConfig()

static loadCoreConfig ( )
static

XoopsLoad::loadCoreConfig()

Returns
array
Here is the caller graph for this function:

◆ loadFramework()

static loadFramework (   $name)
static

Load Framework class

@access private

Parameters
$name
Returns
bool|string
Here is the caller graph for this function:

◆ loadModule()

static loadModule (   $name,
  $dirname = null 
)
static

Load module class

@access private

Parameters
string$nameclass file name
string | null$dirnamemodule directory name
Returns
bool
Here is the caller graph for this function:

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