|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Object that provides entity lookup table from entity name to character. More...
Collaboration diagram for HTMLPurifier_EntityLookup:Public Member Functions | |
| setup ($file=false) | |
| Sets up the entity lookup table from the serialized file contents. More... | |
Static Public Member Functions | |
| static | instance ($prototype=false) |
| Retrieves sole instance of the object. More... | |
Data Fields | |
| $table | |
| Assoc array of entity name to character represented. More... | |
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.
| bool | HTMLPurifier_EntityLookup | $prototype | Optional prototype of custom lookup table to overload with. |
Definition at line 34 of file EntityLookup.php.
Referenced by HTMLPurifier_EntityParser\nonSpecialEntityCallback().
Here is the caller graph for this function:| HTMLPurifier_EntityLookup::setup | ( | $file = false | ) |
Sets up the entity lookup table from the serialized file contents.
| bool | $file |
Definition at line 21 of file EntityLookup.php.
References $file.
| HTMLPurifier_EntityLookup::$table |
Assoc array of entity name to character represented.
@type array
Definition at line 12 of file EntityLookup.php.