Cheetah
|
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 1051 of file HTMLPurifier.standalone.php.
|
static |
Autoload function for HTML Purifier
string | $class | Class to load |
Definition at line 1059 of file HTMLPurifier.standalone.php.
|
static |
Returns the path for a specific class.
string | $class | Class path to get |
Definition at line 1079 of file HTMLPurifier.standalone.php.
|
static |
"Pre-registers" our autoloader on the SPL stack.
Definition at line 1100 of file HTMLPurifier.standalone.php.