XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
HTMLPurifier_HTMLModule_SafeObject Class Reference
Inheritance diagram for HTMLPurifier_HTMLModule_SafeObject:
Inheritance graph

Public Member Functions

 setup ($config)
 
- Public Member Functions inherited from HTMLPurifier_HTMLModule
 addBlankElement ($element)
 
 addElement ($element, $type, $contents, $attr_includes=array(), $attr=array())
 
 addElementToContentSet ($element, $type)
 
 getChildDef ($def)
 
 makeLookup ($list)
 
 mergeInAttrIncludes (&$attr, $attr_includes)
 
 parseContents ($contents)
 
 setup ($config)
 

Public Attributes

 $name = 'SafeObject'
 
- Public Attributes inherited from HTMLPurifier_HTMLModule
 $attr_collections = array()
 
 $content_sets = array()
 
 $defines_child_def = false
 
 $elements = array()
 
 $info = array()
 
 $info_attr_transform_post = array()
 
 $info_attr_transform_pre = array()
 
 $info_injector = array()
 
 $info_tag_transform = array()
 
 $name
 
 $safe = true
 

Detailed Description

A "safe" object module. In theory, objects permitted by this module will be safe, and untrusted users can be allowed to embed arbitrary flash objects (maybe other types too, but only Flash is supported as of right now). Highly experimental.

Definition at line 9 of file SafeObject.php.

Member Function Documentation

HTMLPurifier_HTMLModule_SafeObject::setup (   $config)

Definition at line 14 of file SafeObject.php.

References $config, and HTMLPurifier_HTMLModule\addElement().

Here is the call graph for this function:

Member Data Documentation

HTMLPurifier_HTMLModule_SafeObject::$name = 'SafeObject'

Definition at line 12 of file SafeObject.php.


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