Static Public Member Functions | |
| static | autoload ($class) |
| Autoload function for HTML Purifier. | |
| static | getPath ($class) |
| Returns the path for a specific class. | |
| static | registerAutoload () |
| "Pre-registers" our autoloader on the SPL stack. | |
| static | autoload ($class) |
| Autoload function for HTML Purifier. | |
| static | getPath ($class) |
| Returns the path for a specific class. | |
| static | registerAutoload () |
| "Pre-registers" our autoloader on the SPL stack. | |
Definition at line 30 of file Bootstrap.php.
| static HTMLPurifier_Bootstrap::autoload | ( | $ | class | ) | [static] |
Autoload function for HTML Purifier.
| $class | Class to load |
Definition at line 37 of file Bootstrap.php.
References getPath().
Referenced by registerAutoload().
| static HTMLPurifier_Bootstrap::getPath | ( | $ | class | ) | [static] |
Returns the path for a specific class.
Definition at line 47 of file Bootstrap.php.
Referenced by autoload().
| static HTMLPurifier_Bootstrap::registerAutoload | ( | ) | [static] |
"Pre-registers" our autoloader on the SPL stack.
Definition at line 63 of file Bootstrap.php.
References $compat, and autoload().
| static HTMLPurifier_Bootstrap::autoload | ( | $ | class | ) | [static] |
Autoload function for HTML Purifier.
| $class | Class to load |
Definition at line 788 of file HTMLPurifier.standalone.php.
References getPath().
| static HTMLPurifier_Bootstrap::getPath | ( | $ | class | ) | [static] |
| static HTMLPurifier_Bootstrap::registerAutoload | ( | ) | [static] |
"Pre-registers" our autoloader on the SPL stack.
Definition at line 814 of file HTMLPurifier.standalone.php.
References $compat, and autoload().
1.5.3