API - XOOPS 2.5.11 Beta 2
By monxoops.fr
|
Public Member Functions | |
__construct ($def, $allow=false) | |
validate ($string, $config, $context) | |
Public Member Functions inherited from HTMLPurifier_AttrDef | |
validate ($string, $config, $context) | |
parseCDATA ($string) | |
make ($string) | |
Data Fields | |
$def | |
$allow | |
Data Fields inherited from HTMLPurifier_AttrDef | |
$minimized = false | |
$required = false | |
Additional Inherited Members | |
Protected Member Functions inherited from HTMLPurifier_AttrDef | |
mungeRgb ($string) | |
expandCSSEscape ($string) | |
Decorator which enables !important to be used in CSS values.
__construct | ( | $def, | |
$allow = false |
|||
) |
HTMLPurifier_AttrDef | $def | Definition to wrap |
bool | $allow | Whether or not to allow !important |
validate | ( | $string, | |
$config, | |||
$context | |||
) |
Intercepts and removes !important if necessary
string | $string | |
HTMLPurifier_Config | $config | |
HTMLPurifier_Context | $context |
Reimplemented from HTMLPurifier_AttrDef.
$allow |
@type bool
$def |
@type HTMLPurifier_AttrDef