PHP Class HTMLPurifier_Bootstrap, yii

Afficher le fichier Open project: yiisoft/yii Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

getPath() public static méthode

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

registerAutoload() public static méthode

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