API - XOOPS 2.5.11 Beta 2
By monxoops.fr
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.

Member Function Documentation

◆ autoload()

static autoload (   $class)
static

Autoload function for HTML Purifier

Parameters
string$classClass to load
Returns
bool
Here is the call graph for this function:

◆ getPath()

static getPath (   $class)
static

Returns the path for a specific class.

Parameters
string$classClass path to get
Returns
string
Here is the caller graph for this function:

◆ registerAutoload()

static registerAutoload ( )
static

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


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