API - XOOPS 2.5.11 Beta 2
By monxoops.fr
HTMLPurifier_AttrTransform_BoolToCSS Class Reference
Inheritance diagram for HTMLPurifier_AttrTransform_BoolToCSS:
Collaboration diagram for HTMLPurifier_AttrTransform_BoolToCSS:

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
 

Detailed Description

Pre-transform that changes converts a boolean attribute to fixed CSS

Constructor & Destructor Documentation

◆ __construct()

__construct (   $attr,
  $css 
)
Parameters
string$attrattribute name to convert from
string$cssCSS declarations to add to style (needs semicolon)

Member Function Documentation

◆ transform()

transform (   $attr,
  $config,
  $context 
)
Parameters
array$attr
HTMLPurifier_Config$config
HTMLPurifier_Context$context
Returns
array

Reimplemented from HTMLPurifier_AttrTransform.

Here is the call graph for this function:

Field Documentation

◆ $attr

$attr
protected

Name of boolean attribute that is trigger. @type string

◆ $css

$css
protected

CSS declarations to add to style, needs trailing semicolon. @type string


The documentation for this class was generated from the following file: