Cheetah
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
HTMLPurifier_EntityLookup Class Reference

Public Member Functions

 setup ($file=false)
 

Static Public Member Functions

static instance ($prototype=false)
 

Public Attributes

 $table
 

Detailed Description

Object that provides entity lookup table from entity name to character

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

Member Function Documentation

◆ instance()

static HTMLPurifier_EntityLookup::instance (   $prototype = false)
static

Retrieves sole instance of the object.

Parameters
bool | HTMLPurifier_EntityLookup$prototypeOptional prototype of custom lookup table to overload with.
Returns
HTMLPurifier_EntityLookup

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

◆ setup()

HTMLPurifier_EntityLookup::setup (   $file = false)

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

Parameters
bool$file
Note
The serialized contents are versioned, but were generated using the maintenance script generate_entity_file.php
Warning
This is not in constructor to help enforce the Singleton

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

Member Data Documentation

◆ $table

HTMLPurifier_EntityLookup::$table

Assoc array of entity name to character represented. @type array

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


The documentation for this class was generated from the following file: