API - XOOPS 2.5.11 Beta 2
By monxoops.fr
|
Public Member Functions | |
transform ($attr, $config, $context) | |
prependCSS (&$attr, $css) | |
confiscateAttr (&$attr, $key) | |
Processes an entire attribute array for corrections needing multiple values.
Occasionally, a certain attribute will need to be removed and popped onto another value. Instead of creating a complex return syntax for HTMLPurifier_AttrDef, we just pass the whole attribute array to a specialized object and have that do the special work. That is the family of HTMLPurifier_AttrTransform.
An attribute transformation can be assigned to run before or after HTMLPurifier_AttrDef validation. See HTMLPurifier_HTMLDefinition for more details.
confiscateAttr | ( | & | $attr, |
$key | |||
) |
Retrieves and removes an attribute
array | &$attr | Attribute array to process (passed by reference) |
mixed | $key | Key of attribute to confiscate |
prependCSS | ( | & | $attr, |
$css | |||
) |
Prepends CSS properties to the style attribute, creating the attribute if it doesn't exist.
array | &$attr | Attribute array to process (passed by reference) |
string | $css | CSS to prepend |
|
abstract |
Abstract: makes changes to the attributes dependent on multiple values.
array | $attr | Assoc array of attributes, usually from HTMLPurifier_Token_Tag::$attr |
HTMLPurifier_Config | $config | Mandatory HTMLPurifier_Config object. |
HTMLPurifier_Context | $context | Mandatory HTMLPurifier_Context object |
Reimplemented in HTMLPurifier_AttrTransform_Background, HTMLPurifier_AttrTransform_BdoDir, HTMLPurifier_AttrTransform_BgColor, HTMLPurifier_AttrTransform_BoolToCSS, HTMLPurifier_AttrTransform_Border, HTMLPurifier_AttrTransform_EnumToCSS, HTMLPurifier_AttrTransform_ImgRequired, HTMLPurifier_AttrTransform_ImgSpace, HTMLPurifier_AttrTransform_Input, HTMLPurifier_AttrTransform_Lang, HTMLPurifier_AttrTransform_Length, HTMLPurifier_AttrTransform_Name, HTMLPurifier_AttrTransform_NameSync, HTMLPurifier_AttrTransform_Nofollow, HTMLPurifier_AttrTransform_SafeEmbed, HTMLPurifier_AttrTransform_SafeObject, HTMLPurifier_AttrTransform_SafeParam, HTMLPurifier_AttrTransform_ScriptRequired, HTMLPurifier_AttrTransform_TargetBlank, HTMLPurifier_AttrTransform_TargetNoopener, HTMLPurifier_AttrTransform_TargetNoreferrer, and HTMLPurifier_AttrTransform_Textarea.