HumHub Documentation (unofficial)

HTMLPurifier_AttrTypes
in package

Provides lookup array of attribute types to HTMLPurifier_AttrDef objects

Table of Contents

Properties

$info  : mixed
Lookup array of attribute string identifiers to concrete implementations.

Methods

__construct()  : mixed
Constructs the info array, supplying default implementations for attribute types.
get()  : HTMLPurifier_AttrDef
Retrieves a type
set()  : mixed
Sets a new implementation for a type
makeEnum()  : mixed

Properties

$info

Lookup array of attribute string identifiers to concrete implementations.

protected mixed $info = array()
Tags
type

HTMLPurifier_AttrDef[]

Methods

__construct()

Constructs the info array, supplying default implementations for attribute types.

public __construct() : mixed

makeEnum()

private static makeEnum(mixed $in) : mixed
Parameters
$in : mixed

        
On this page

Search results