Class FOFAutoloaderFof

Description

The main class autoloader for FOF itself

  • since: 2.1

Located in /libraries/fof/autoloader/fof.php (line 18)


	
			
Variable Summary
 static string $fofPath
Method Summary
 FOFAutoloaderFof __construct ()
 void autoload_fof_core (string $class_name)
Variables
static FOFAutoloaderFof $autoloader = null (line 25)

An instance of this autoloader

  • access: public
static string $fofPath = null (line 32)

The path to the FOF root directory

  • access: public
Methods
static init (line 39)

Initialise this autoloader

  • access: public
static FOFAutoloaderFof init ()
Constructor __construct (line 52)

Public constructor. Registers the autoloader with PHP.

  • access: public
FOFAutoloaderFof __construct ()
autoload_fof_core (line 66)

The actual autoloader

  • access: public
void autoload_fof_core (string $class_name)
  • string $class_name: The name of the class to load

Documentation generated on Tue, 19 Nov 2013 15:03:24 +0100 by phpDocumentor 1.4.3