API - XOOPS 2.5.11 Beta 2
By monxoops.fr
|
Public Member Functions | |
__construct ($tag, $with_tag, $without_tag) | |
validate ($string, $config, $context) | |
Protected Attributes | |
$tag | |
$withTag | |
$withoutTag | |
Decorator that, depending on a token, switches between two definitions.
__construct | ( | $tag, | |
$with_tag, | |||
$without_tag | |||
) |
string | $tag | Tag name to switch upon |
HTMLPurifier_AttrDef | $with_tag | Call if token matches tag |
HTMLPurifier_AttrDef | $without_tag | Call if token doesn't match, or there is no token |
validate | ( | $string, | |
$config, | |||
$context | |||
) |
string | $string | |
HTMLPurifier_Config | $config | |
HTMLPurifier_Context | $context |
|
protected |
@type string
|
protected |
@type HTMLPurifier_AttrDef
|
protected |
@type HTMLPurifier_AttrDef