XOOPS API 2.5.11 Beta1  UI v0.5
Réalisé par monxoops.fr
Référence de la classe HTMLPurifier_Injector_SafeObject
+ Graphe d'héritage de HTMLPurifier_Injector_SafeObject:
+ Graphe de collaboration de HTMLPurifier_Injector_SafeObject:

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)
 

Description détaillée

Adds important param elements to inside of object in order to make things safe.

Documentation des fonctions membres

◆ handleElement()

handleElement ( $token)
Paramètres
HTMLPurifier_Token$token

Réimplémentée à partir de HTMLPurifier_Injector.

◆ handleEnd()

handleEnd ( $token)

Handler that is called when an end token is processed

Réimplémentée à partir de HTMLPurifier_Injector.

◆ prepare()

prepare (   $config,
  $context 
)
Paramètres
HTMLPurifier_Config$config
HTMLPurifier_Context$context
Renvoie
void

Réimplémentée à partir de HTMLPurifier_Injector.

Documentation des champs

◆ $addParam

$addParam
protected
Valeur initiale :
= array(
'allowScriptAccess' => 'never',
'allowNetworking' => 'internal',
)

Keep this synchronized with AttrTransform/SafeParam.php. @type array

◆ $allowedParam

$allowedParam
protected
Valeur initiale :
= array(
'wmode' => true,
'movie' => true,
'flashvars' => true,
'src' => true,
'allowfullscreen' => true,
)

These are all lower-case keys. @type array

◆ $name

$name = 'SafeObject'

@type string

◆ $needed

$needed = array('object', 'param')

@type array

◆ $objectStack

$objectStack = array()
protected

@type array

◆ $paramStack

$paramStack = array()
protected

@type array


La documentation de cette classe a été générée à partir du fichier suivant :