![]() |
XOOPS API 2.5.11 Beta1
UI v0.5
Réalisé par monxoops.fr
|
Graphe d'héritage de HTMLPurifier_AttrTransform_ImgRequired:
Graphe de collaboration de HTMLPurifier_AttrTransform_ImgRequired:Fonctions membres publiques | |
| transform ($attr, $config, $context) | |
Fonctions membres publiques hérités de HTMLPurifier_AttrTransform | |
| prependCSS (&$attr, $css) | |
| confiscateAttr (&$attr, $key) | |
Transform that supplies default values for the src and alt attributes in img tags, as well as prevents the img tag from being removed because of a missing alt tag. This needs to be registered as both a pre and post attribute transform.
| transform | ( | $attr, | |
| $config, | |||
| $context | |||
| ) |
| array | $attr | |
| HTMLPurifier_Config | $config | |
| HTMLPurifier_Context | $context |
Réimplémentée à partir de HTMLPurifier_AttrTransform.