Class HTMLPurifier_EntityLookup

Description

Object that provides entity lookup table from entity name to character

Object that provides entity lookup table from entity name to character

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


	
			
Variable Summary
mixed $table
Method Summary
static void instance ([Optional $prototype = false])
void setup ([ $file = false])
Variables
mixed $table (line 11)

Assoc array of entity name to character represented.

Assoc array of entity name to character represented.

  • access: public
Methods
static method instance (line 30)

Retrieves sole instance of the object.

Retrieves sole instance of the object.

  • access: public
static void instance ([Optional $prototype = false])
  • Optional $prototype: prototype of custom lookup table to overload with.
setup (line 19)

Sets up the entity lookup table from the serialized file contents.

Sets up the entity lookup table from the serialized file contents.

  • access: public
void setup ([ $file = false])
  • $file

Documentation generated on Thu, 19 Jun 2008 18:49:08 -0400 by phpDocumentor 1.4.2