XOOPS API 2.5.11 Beta1  UI v0.5
Réalisé par monxoops.fr
Référence de la classe HTMLPurifier_Definition
+ Graphe d'héritage de HTMLPurifier_Definition:

Fonctions membres publiques

 setup ($config)
 

Champs de données

 $setup = false
 
 $optimized = null
 
 $type
 

Fonctions membres protégées

 doSetup ($config)
 

Description détaillée

Super-class for definition datatype objects, implements serialization functions for the class.

Documentation des fonctions membres

◆ doSetup()

doSetup (   $config)
abstractprotected

Sets up the definition object into the final form, something not done by the constructor

Paramètres
HTMLPurifier_Config$config

Réimplémentée dans HTMLPurifier_HTMLDefinition, HTMLPurifier_URIDefinition, et HTMLPurifier_CSSDefinition.

+ Voici le graphe des appelants de cette fonction :

◆ setup()

setup (   $config)

Setup function that aborts if already setup

Paramètres
HTMLPurifier_Config$config
+ Voici le graphe d'appel pour cette fonction :

Documentation des champs

◆ $optimized

$optimized = null

If true, write out the final definition object to the cache after setup. This will be true only if all invocations to get a raw definition object are also optimized. This does not cause file system thrashing because on subsequent calls the cached object is used and any writes to the raw definition object are short circuited. See enduser-customize.html for the high-level picture. @type bool

◆ $setup

Has setup() been called yet? @type bool

◆ $type

$type

What type of definition is it? @type string


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