XOOPS 2.5.6
Final
|
Public Member Functions | |
setup ($file=false) | |
Static Public Member Functions | |
static | instance ($prototype=false) |
Public Attributes | |
$table | |
Object that provides entity lookup table from entity name to character
Definition at line 6 of file EntityLookup.php.
|
static |
Retrieves sole instance of the object.
Optional | prototype of custom lookup table to overload with. |
Definition at line 30 of file EntityLookup.php.
Referenced by HTMLPurifier_EntityParser\nonSpecialEntityCallback().
HTMLPurifier_EntityLookup::setup | ( | $file = false | ) |
Sets up the entity lookup table from the serialized file contents.
Definition at line 19 of file EntityLookup.php.
References $file.
HTMLPurifier_EntityLookup::$table |
Assoc array of entity name to character represented.
Definition at line 11 of file EntityLookup.php.