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

Fonctions membres publiques

 __construct ()
 
 get ($type)
 
 set ($type, $impl)
 

Attributs protégés

 $info = array()
 

Fonctions membres privées statiques

static makeEnum ($in)
 

Description détaillée

Provides lookup array of attribute types to HTMLPurifier_AttrDef objects

Documentation des constructeurs et destructeur

◆ __construct()

__construct ( )

Constructs the info array, supplying default implementations for attribute types.

+ Voici le graphe d'appel pour cette fonction :

Documentation des fonctions membres

◆ get()

get (   $type)

Retrieves a type

Paramètres
string$typeString type name
Renvoie
HTMLPurifier_AttrDef Object AttrDef for type

◆ makeEnum()

static makeEnum (   $in)
staticprivate
+ Voici le graphe des appelants de cette fonction :

◆ set()

set (   $type,
  $impl 
)

Sets a new implementation for a type

Paramètres
string$typeString type name
HTMLPurifier_AttrDef$implObject AttrDef for type

Documentation des champs

◆ $info

$info = array()
protected

Lookup array of attribute string identifiers to concrete implementations. @type HTMLPurifier_AttrDef[]


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