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

Fonctions membres publiques

 setup ($config)
 
- Fonctions membres publiques hérités de HTMLPurifier_HTMLModule
 getChildDef ($def)
 
 addElement ($element, $type, $contents, $attr_includes=array(), $attr=array())
 
 addBlankElement ($element)
 
 addElementToContentSet ($element, $type)
 
 parseContents ($contents)
 
 mergeInAttrIncludes (&$attr, $attr_includes)
 
 makeLookup ($list)
 

Champs de données

 $name = 'Text'
 
 $content_sets
 
- Champs de données hérités de HTMLPurifier_HTMLModule
 $name
 
 $elements = array()
 
 $info = array()
 
 $content_sets = array()
 
 $attr_collections = array()
 
 $info_tag_transform = array()
 
 $info_attr_transform_pre = array()
 
 $info_attr_transform_post = array()
 
 $info_injector = array()
 
 $defines_child_def = false
 
 $safe = true
 

Description détaillée

XHTML 1.1 Text Module, defines basic text containers. Core Module.

Note
In the normative XML Schema specification, this module is further abstracted into the following modules:
  • Block Phrasal (address, blockquote, pre, h1, h2, h3, h4, h5, h6)
  • Block Structural (div, p)
  • Inline Phrasal (abbr, acronym, cite, code, dfn, em, kbd, q, samp, strong, var)
  • Inline Structural (br, span) This module, functionally, does not distinguish between these sub-modules, but the code is internally structured to reflect these distinctions.

Documentation des fonctions membres

◆ setup()

setup (   $config)
Paramètres
HTMLPurifier_Config$config

Réimplémentée à partir de HTMLPurifier_HTMLModule.

+ Voici le graphe d'appel pour cette fonction :

Documentation des champs

◆ $content_sets

$content_sets
Valeur initiale :
= array(
'Flow' => 'Heading | Block | Inline'
)

@type array

◆ $name

$name = 'Text'

@type string


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