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

Fonctions membres publiques

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

Champs de données

 $allow_empty = true
 
 $type = 'empty'
 
- Champs de données hérités de HTMLPurifier_ChildDef
 $type
 
 $allow_empty
 
 $elements = array()
 

Description détaillée

Definition that disallows all elements.

Avertissement
validateChildren() in this class is actually never called, because empty elements are corrected in HTMLPurifier_Strategy_MakeWellFormed before child definitions are parsed in earnest by HTMLPurifier_Strategy_FixNesting.

Documentation des constructeurs et destructeur

◆ __construct()

__construct ( )

Documentation des fonctions membres

◆ validateChildren()

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

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

Documentation des champs

◆ $allow_empty

$allow_empty = true

@type bool

◆ $type

$type = 'empty'

@type string


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