XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
HTMLPurifier_Bootstrap Class Reference

Static Public Member Functions

static autoload ($class)
 
static getPath ($class)
 
static registerAutoload ()
 

Detailed Description

Bootstrap class that contains meta-functionality for HTML Purifier such as the autoload function.

Note
This class may be used without any other files from HTML Purifier.

Definition at line 30 of file Bootstrap.php.

Member Function Documentation

static HTMLPurifier_Bootstrap::autoload (   $class)
static

Autoload function for HTML Purifier

Parameters
$classClass to load

Definition at line 37 of file Bootstrap.php.

References $file, and getPath().

Here is the call graph for this function:

static HTMLPurifier_Bootstrap::getPath (   $class)
static

Returns the path for a specific class.

Definition at line 52 of file Bootstrap.php.

References $file.

Referenced by autoload().

Here is the caller graph for this function:

static HTMLPurifier_Bootstrap::registerAutoload ( )
static

"Pre-registers" our autoloader on the SPL stack.

Definition at line 68 of file Bootstrap.php.


The documentation for this class was generated from the following file: