Class icms_Autoloader
ImpressCMS Autoloader
Category:
ICMS
Copyright: http://www.impresscms.org/ The ImpressCMS Project
License: GNU General Public License (GPL)
Author: Marc-André Lanciault (aka marcan) mal@inboxintl.com
Version: $Id: Autoloader.php 11448 2011-11-21 16:37:13Z fiammy $
Since: 1.3
Located at Autoloader.php
Copyright: http://www.impresscms.org/ The ImpressCMS Project
License: GNU General Public License (GPL)
Author: Marc-André Lanciault (aka marcan) mal@inboxintl.com
Version: $Id: Autoloader.php 11448 2011-11-21 16:37:13Z fiammy $
Since: 1.3
Located at Autoloader.php
public static
|
|
public static
array
|
|
public static
|
|
public static
boolean
|
|
public static
boolean
|
|
public static
|
|
public static
|
#
registerLegacy( $class )
This function maps the legacy classes that were included in common.php and xoopsformloader.php Rather than including all the legacy files, this defines where PHP should look to use these classes It's ugly, but so was the code we're getting rid of |
protected static
array
|
$globalRepositories
Paths of known global repositories |
#
array()
|
protected static
array
|
$localRepositories
Paths of known namespace repositories |
#
array()
|
protected static
array
|
$imported
Imported namespaces |
#
array()
|
protected static
boolean
|
$initialized
Whether setup has already been called or not |
#
FALSE
|