Cheetah
Static Public Member Functions | List of all members
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 1051 of file HTMLPurifier.standalone.php.

Member Function Documentation

◆ autoload()

static HTMLPurifier_Bootstrap::autoload (   $class)
static

Autoload function for HTML Purifier

Parameters
string$classClass to load
Returns
bool

Definition at line 1059 of file HTMLPurifier.standalone.php.

◆ getPath()

static HTMLPurifier_Bootstrap::getPath (   $class)
static

Returns the path for a specific class.

Parameters
string$classClass path to get
Returns
string

Definition at line 1079 of file HTMLPurifier.standalone.php.

◆ registerAutoload()

static HTMLPurifier_Bootstrap::registerAutoload ( )
static

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

Definition at line 1100 of file HTMLPurifier.standalone.php.


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