\FOFAutoloaderFof
The main class autoloader for FOF itself
Synopsis
class FOFAutoloaderFof
{
- // members
- public FOFAutoloaderFof $autoloader;
- public $fofPath;
- // methods
- public static FOFAutoloaderFof init()
- public void __construct()
- public void autoload_fof_core()
Members
public
- $autoloader
—
FOFAutoloaderFof
An instance of this autoloader - $fofPath
—
string
The path to the FOF root directory
Methods
public
- __construct() — Public constructor. Registers the autoloader with PHP.
- autoload_fof_core() — The actual autoloader
- init() — Initialise this autoloader