Object that provides entity lookup table from entity name to character
| Methods | ||||
|---|---|---|---|---|
| 
					
	public
					
					
				 | setup(bool $file = false)
		Sets up the entity lookup table from the serialized file contents.
	 Sets up the entity lookup table from the serialized file contents. | # | ||
| 
					
	public
					static
					
				 | instance(bool|HTMLPurifier_EntityLookup $prototype = false): HTMLPurifier_EntityLookup
		Retrieves sole instance of the object.
	 Retrieves sole instance of the object. Parameters
 | # | ||
| Properties | |||
|---|---|---|---|
| 
	public
					
					
				 |  | $table
		Assoc array of entity name to character represented.
	 Assoc array of entity name to character represented. | # |