Class HTMLPurifier_AttrTypes

Description

Provides lookup array of attribute types to HTMLPurifier_AttrDef objects

Provides lookup array of attribute types to HTMLPurifier_AttrDef objects

Located in /library/HTMLPurifier/AttrTypes.php (line 6)


	
			
Variable Summary
mixed $info
Method Summary
HTMLPurifier_AttrTypes __construct ()
Object get ($type $type)
void set ($type $type, $impl $impl)
Variables
mixed $info = array() (line 11)

Lookup array of attribute string identifiers to concrete implementations

Lookup array of attribute string identifiers to concrete implementations

  • access: protected
Methods
Constructor __construct (line 17)

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

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

  • access: public
HTMLPurifier_AttrTypes __construct ()
get (line 46)

Retrieves a type

Retrieves a type

  • return: AttrDef for type
  • access: public
Object get ($type $type)
  • $type $type: String type name
set (line 66)

Sets a new implementation for a type

Sets a new implementation for a type

  • access: public
void set ($type $type, $impl $impl)
  • $type $type: String type name
  • $impl $impl: Object AttrDef for type

Documentation generated on Thu, 19 Jun 2008 18:48:50 -0400 by phpDocumentor 1.4.2