|
ILIAS
Release_4_0_x_branch Revision 61816
|
Bootstrap class that contains meta-functionality for HTML Purifier such as the autoload function. More...
Collaboration diagram for HTMLPurifier_Bootstrap: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. | |
Bootstrap class that contains meta-functionality for HTML Purifier such as the autoload function.
Definition at line 30 of file Bootstrap.php.
|
static |
Autoload function for HTML Purifier.
| $class | Class to load |
Definition at line 37 of file Bootstrap.php.
References $file, and getPath().
Here is the call graph for this function:
|
static |
Returns the path for a specific class.
Definition at line 47 of file Bootstrap.php.
References $file.
Referenced by autoload().
Here is the caller graph for this function:
|
static |
"Pre-registers" our autoloader on the SPL stack.
Definition at line 63 of file Bootstrap.php.
References $compat, and elseif().
Here is the call graph for this function: