|
HTMLPurifier 4.4.0
|
Bootstrap class that contains meta-functionality for HTML Purifier such as the autoload function. More...
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. | |
Bootstrap class that contains meta-functionality for HTML Purifier such as the autoload function.
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().
| static HTMLPurifier_Bootstrap::autoload | ( | $ | class | ) | [static] |
Autoload function for HTML Purifier.
| $class | Class to load |
Definition at line 861 of file HTMLPurifier.standalone.php.
References getPath().
| static HTMLPurifier_Bootstrap::getPath | ( | $ | class | ) | [static] |
Returns the path for a specific class.
Definition at line 876 of file HTMLPurifier.standalone.php.
| static HTMLPurifier_Bootstrap::getPath | ( | $ | class | ) | [static] |
Returns the path for a specific class.
Definition at line 52 of file Bootstrap.php.
Referenced by autoload().
| static HTMLPurifier_Bootstrap::registerAutoload | ( | ) | [static] |
"Pre-registers" our autoloader on the SPL stack.
Definition at line 68 of file Bootstrap.php.
| static HTMLPurifier_Bootstrap::registerAutoload | ( | ) | [static] |
"Pre-registers" our autoloader on the SPL stack.
Definition at line 892 of file HTMLPurifier.standalone.php.