|
Moodle
2.2.1
http://www.collinsharper.com
|
Static Public Member Functions | |
| static | autoload ($class) |
| static | getPath ($class) |
| static | registerAutoload () |
Bootstrap class that contains meta-functionality for HTML Purifier such as the autoload function.
Definition at line 30 of file Bootstrap.php.
| static autoload | ( | $ | class | ) | [static] |
Autoload function for HTML Purifier
| $class | Class to load |
Definition at line 37 of file Bootstrap.php.

| static getPath | ( | $ | class | ) | [static] |
Returns the path for a specific class.
Definition at line 52 of file Bootstrap.php.

| static registerAutoload | ( | ) | [static] |
"Pre-registers" our autoloader on the SPL stack.
Definition at line 68 of file Bootstrap.php.