XOOPS API 2.5.11 Beta1  UI v0.5
Réalisé par monxoops.fr
Référence de la classe HTMLPurifier_EntityLookup

Fonctions membres publiques

 setup ($file=false)
 

Fonctions membres publiques statiques

static instance ($prototype=false)
 

Champs de données

 $table
 

Description détaillée

Object that provides entity lookup table from entity name to character

Documentation des fonctions membres

◆ instance()

static instance (   $prototype = false)
static

Retrieves sole instance of the object.

Paramètres
bool | HTMLPurifier_EntityLookup$prototypeOptional prototype of custom lookup table to overload with.
Renvoie
HTMLPurifier_EntityLookup
+ Voici le graphe des appelants de cette fonction :

◆ setup()

setup (   $file = false)

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

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

Documentation des champs

◆ $table

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


La documentation de cette classe a été générée à partir du fichier suivant :