HTMLPurifier 4.4.0
HTMLPurifier_Bootstrap Class Reference

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

List of all members.

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.

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 getPath().

static HTMLPurifier_Bootstrap::autoload ( class) [static]

Autoload function for HTML Purifier.

Parameters:
$classClass 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.


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