\HTMLPurifier_Bootstrap

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

Summary

Methods
Properties
Constants
autoload()
getPath()
registerAutoload()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

autoload()

autoload(string  $class) : bool

Autoload function for HTML Purifier

Parameters

string $class

Class to load

Returns

bool —

getPath()

getPath(string  $class) : string

Returns the path for a specific class.

Parameters

string $class

Class path to get

Returns

string —

registerAutoload()

registerAutoload() : mixed

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

Returns

mixed —