![]() |
API - XOOPS 2.5.11 Beta 2
By monxoops.fr
|


Public Member Functions | |
| __construct ($attr, $css) | |
| transform ($attr, $config, $context) | |
Public Member Functions inherited from HTMLPurifier_AttrTransform | |
| transform ($attr, $config, $context) | |
| prependCSS (&$attr, $css) | |
| confiscateAttr (&$attr, $key) | |
Protected Attributes | |
| $attr | |
| $css | |
Pre-transform that changes converts a boolean attribute to fixed CSS
| __construct | ( | $attr, | |
| $css | |||
| ) |
| string | $attr | attribute name to convert from |
| string | $css | CSS declarations to add to style (needs semicolon) |
| transform | ( | $attr, | |
| $config, | |||
| $context | |||
| ) |
| array | $attr | |
| HTMLPurifier_Config | $config | |
| HTMLPurifier_Context | $context |
Reimplemented from HTMLPurifier_AttrTransform.

|
protected |
Name of boolean attribute that is trigger. @type string
|
protected |
CSS declarations to add to style, needs trailing semicolon. @type string