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

Fonctions membres publiques

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

Champs de données

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

Attributs protégés

 $real_elements
 
 $fake_elements
 
 $init = false
 
- Attributs protégés hérités de HTMLPurifier_ChildDef_Required
 $whitespace = false
 

Fonctions membres privées

 init ($config)
 

Description détaillée

Takes the contents of blockquote when in strict and reformats for validation.

Documentation des fonctions membres

◆ getAllowedElements()

getAllowedElements (   $config)
Paramètres
HTMLPurifier_Config$config
Renvoie
array
Note
We don't want MakeWellFormed to auto-close inline elements since they might be allowed.

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

+ Voici le graphe d'appel pour cette fonction :

◆ init()

init (   $config)
private
Paramètres
HTMLPurifier_Config$config
+ Voici le graphe des appelants de cette fonction :

◆ 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_Required.

+ Voici le graphe d'appel pour cette fonction :

Documentation des champs

◆ $allow_empty

$allow_empty = true

@type bool

◆ $fake_elements

$fake_elements
protected

@type array

◆ $init

$init = false
protected

@type bool

◆ $real_elements

$real_elements
protected

@type array

◆ $type

$type = 'strictblockquote'

@type string


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