XOOPS API 2.5.11 Beta1  UI v0.5
Réalisé par monxoops.fr
Référence de la classe HTMLPurifier_AttrDef_Switch

Fonctions membres publiques

 __construct ($tag, $with_tag, $without_tag)
 
 validate ($string, $config, $context)
 

Attributs protégés

 $tag
 
 $withTag
 
 $withoutTag
 

Description détaillée

Decorator that, depending on a token, switches between two definitions.

Documentation des constructeurs et destructeur

◆ __construct()

__construct (   $tag,
  $with_tag,
  $without_tag 
)
Paramètres
string$tagTag name to switch upon
HTMLPurifier_AttrDef$with_tagCall if token matches tag
HTMLPurifier_AttrDef$without_tagCall if token doesn't match, or there is no token

Documentation des fonctions membres

◆ validate()

validate (   $string,
  $config,
  $context 
)
Paramètres
string$string
HTMLPurifier_Config$config
HTMLPurifier_Context$context
Renvoie
bool|string

Documentation des champs

◆ $tag

$tag
protected

@type string

◆ $withoutTag

$withoutTag
protected

◆ $withTag

$withTag
protected

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