Bootstrap class that contains meta-functionality for HTML Purifier such as the autoload function.
| Methods | ||||
|---|---|---|---|---|
| 
					
	public
					static
					
				 | autoload(string $class): bool
		Autoload function for HTML Purifier
	 Autoload function for HTML Purifier Parameters
 | # | ||
| 
					
	public
					static
					
				 | getPath(string $class): string
		Returns the path for a specific class.
	 Returns the path for a specific class. Parameters
 | # | ||
| 
					
	public
					static
					
				 | registerAutoload()
		"Pre-registers" our autoloader on the SPL stack.
	 "Pre-registers" our autoloader on the SPL stack. | # | ||