HTMLPurifier_AttrTypes Class Reference

Provides lookup array of attribute types to HTMLPurifier_AttrDef objects. More...

List of all members.

Public Member Functions

 __construct ()
 Constructs the info array, supplying default implementations for attribute types.
 get ($type)
 Retrieves a type.
 set ($type, $impl)
 Sets a new implementation for a type.
 __construct ()
 Constructs the info array, supplying default implementations for attribute types.
 get ($type)
 Retrieves a type.
 set ($type, $impl)
 Sets a new implementation for a type.

Protected Attributes

 $info = array()
 Lookup array of attribute string identifiers to concrete implementations.


Detailed Description

Provides lookup array of attribute types to HTMLPurifier_AttrDef objects.

Definition at line 6 of file AttrTypes.php.


Constructor & Destructor Documentation

HTMLPurifier_AttrTypes::__construct (  ) 

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

Definition at line 17 of file AttrTypes.php.

HTMLPurifier_AttrTypes::__construct (  ) 

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

Definition at line 543 of file HTMLPurifier.standalone.php.


Member Function Documentation

HTMLPurifier_AttrTypes::get ( type  ) 

Retrieves a type.

Parameters:
$type String type name
Returns:
Object AttrDef for type

Definition at line 46 of file AttrTypes.php.

HTMLPurifier_AttrTypes::set ( type,
impl 
)

Sets a new implementation for a type.

Parameters:
$type String type name
$impl Object AttrDef for type

Definition at line 66 of file AttrTypes.php.

HTMLPurifier_AttrTypes::get ( type  ) 

Retrieves a type.

Parameters:
$type String type name
Returns:
Object AttrDef for type

Definition at line 572 of file HTMLPurifier.standalone.php.

HTMLPurifier_AttrTypes::set ( type,
impl 
)

Sets a new implementation for a type.

Parameters:
$type String type name
$impl Object AttrDef for type

Definition at line 592 of file HTMLPurifier.standalone.php.


Member Data Documentation

HTMLPurifier_AttrTypes::$info = array() [protected]

Lookup array of attribute string identifiers to concrete implementations.

Definition at line 11 of file AttrTypes.php.


The documentation for this class was generated from the following files:
Generated on Thu Jun 19 18:47:29 2008 for HTMLPurifier by  doxygen 1.5.3