PHP Class HTMLPurifier_Bootstrap, yii

显示文件 Open project: yiisoft/yii Class Usage Examples

Public Methods

Method Description
autoload ( string $class ) : boolean Autoload function for HTML Purifier
getPath ( string $class ) : string Returns the path for a specific class.
registerAutoload ( ) "Pre-registers" our autoloader on the SPL stack.

Method Details

autoload() public static method

Autoload function for HTML Purifier
public static autoload ( string $class ) : boolean
$class string Class to load
return boolean

getPath() public static method

Returns the path for a specific class.
public static getPath ( string $class ) : string
$class string Class path to get
return string

registerAutoload() public static method

"Pre-registers" our autoloader on the SPL stack.
public static registerAutoload ( )