|
Cheetah
|
Public Member Functions | |
| makeFixes () | |
Public Member Functions inherited from HTMLPurifier_HTMLModule_Tidy | |
| setup ($config) | |
| getFixesForLevel ($level) | |
| makeFixesForLevel ($fixes) | |
| populate ($fixes) | |
| getFixType ($name) | |
Public Member Functions inherited from HTMLPurifier_HTMLModule | |
| 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 = 'Tidy_Proprietary' | |
| $defaultLevel = 'light' | |
Public Attributes inherited from HTMLPurifier_HTMLModule_Tidy | |
| $levels = array(0 => 'none', 'light', 'medium', 'heavy') | |
| $defaultLevel = null | |
| $fixesForLevel | |
Public Attributes inherited from HTMLPurifier_HTMLModule | |
| $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 | |
Definition at line 17757 of file HTMLPurifier.standalone.php.
| HTMLPurifier_HTMLModule_Tidy_Proprietary::makeFixes | ( | ) |
Reimplemented from HTMLPurifier_HTMLModule_Tidy.
Definition at line 17773 of file HTMLPurifier.standalone.php.
| HTMLPurifier_HTMLModule_Tidy_Proprietary::$defaultLevel = 'light' |
@type string
Definition at line 17768 of file HTMLPurifier.standalone.php.
| HTMLPurifier_HTMLModule_Tidy_Proprietary::$name = 'Tidy_Proprietary' |
@type string
Definition at line 17763 of file HTMLPurifier.standalone.php.