XOOPS API 2.5.11 Beta1
UI v0.5
Réalisé par monxoops.fr
|
Fonctions membres publiques | |
prepare ($config, $context) | |
handleElement (&$token) | |
handleEnd (&$token) | |
Fonctions membres publiques hérités de HTMLPurifier_Injector | |
rewindOffset ($offset) | |
getRewindOffset () | |
checkNeeded ($config) | |
allowsElement ($name) | |
handleText (&$token) | |
notifyEnd ($token) | |
Champs de données | |
$name = 'SafeObject' | |
$needed = array('object', 'param') | |
Champs de données hérités de HTMLPurifier_Injector | |
$name | |
$needed = array() | |
Attributs protégés | |
$objectStack = array() | |
$paramStack = array() | |
$addParam | |
$allowedParam | |
Attributs protégés hérités de HTMLPurifier_Injector | |
$htmlDefinition | |
$currentNesting | |
$currentToken | |
$inputZipper | |
$rewindOffset = false | |
Membres hérités additionnels | |
Fonctions membres protégées hérités de HTMLPurifier_Injector | |
forward (&$i, &$current) | |
forwardUntilEndToken (&$i, &$current, &$nesting) | |
backward (&$i, &$current) | |
Adds important param elements to inside of object in order to make things safe.
handleElement | ( | & | $token | ) |
HTMLPurifier_Token | $token |
Réimplémentée à partir de HTMLPurifier_Injector.
handleEnd | ( | & | $token | ) |
Handler that is called when an end token is processed
Réimplémentée à partir de HTMLPurifier_Injector.
prepare | ( | $config, | |
$context | |||
) |
HTMLPurifier_Config | $config | |
HTMLPurifier_Context | $context |
Réimplémentée à partir de HTMLPurifier_Injector.
|
protected |
Keep this synchronized with AttrTransform/SafeParam.php. @type array
|
protected |
These are all lower-case keys. @type array
$name = 'SafeObject' |
@type string
$needed = array('object', 'param') |
@type array
|
protected |
@type array
|
protected |
@type array