Cheetah
|
Public Member Functions | |
setup ($config) | |
![]() | |
getChildDef ($def) | |
addElement ($element, $type, $contents, $attr_includes=array(), $attr=array()) | |
addBlankElement ($element) | |
addElementToContentSet ($element, $type) | |
parseContents ($contents) | |
mergeInAttrIncludes (&$attr, $attr_includes) | |
makeLookup ($list) | |
Public Attributes | |
$name = 'SafeObject' | |
![]() | |
$name | |
$elements = array() | |
$info = array() | |
$content_sets = array() | |
$attr_collections = array() | |
$info_tag_transform = array() | |
$info_attr_transform_pre = array() | |
$info_attr_transform_post = array() | |
$info_injector = array() | |
$defines_child_def = false | |
$safe = true | |
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 17003 of file HTMLPurifier.standalone.php.
HTMLPurifier_HTMLModule_SafeObject::setup | ( | $config | ) |
HTMLPurifier_Config | $config |
Reimplemented from HTMLPurifier_HTMLModule.
Definition at line 17013 of file HTMLPurifier.standalone.php.
HTMLPurifier_HTMLModule_SafeObject::$name = 'SafeObject' |
@type string
Definition at line 17008 of file HTMLPurifier.standalone.php.