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

Fonctions membres publiques

 validateChildren ($children, $config, $context)
 
- Fonctions membres publiques hérités de HTMLPurifier_ChildDef
 getAllowedElements ($config)
 

Champs de données

 $type = 'list'
 
 $elements = array('li' => true, 'ul' => true, 'ol' => true)
 
- Champs de données hérités de HTMLPurifier_ChildDef
 $type
 
 $allow_empty
 
 $elements = array()
 

Description détaillée

Definition for list containers ul and ol.

What does this do? The big thing is to handle ol/ul at the top level of list nodes, which should be handled specially by /folding/ them into the previous list node. We generally shouldn't ever see other disallowed elements, because the autoclose behavior in MakeWellFormed handles it.

Documentation des fonctions membres

◆ validateChildren()

validateChildren (   $children,
  $config,
  $context 
)
Paramètres
array$children
HTMLPurifier_Config$config
HTMLPurifier_Context$context
Renvoie
array

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

Documentation des champs

◆ $elements

$elements = array('li' => true, 'ul' => true, 'ol' => true)

@type array

◆ $type

$type = 'list'

@type string


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