Class HTMLPurifier_AttrTypes

Description

Provides lookup array of attribute types to HTMLPurifier_AttrDef objects

Located in /lib/core/Parsers/htmlpurifier/HTMLPurifier.standalone.php (line 574)


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

Lookup array of attribute string identifiers to concrete implementations

  • access: protected
Methods
Constructor __construct (line 585)

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

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

Retrieves a type

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

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 Sun, 06 Mar 2011 00:24:01 -0500 by phpDocumentor 1.4.3