extends |
HTMLPurifier_HTMLModule_Tidy_XHTMLAndHTML4 |
|---|
| Methods | ||
|---|---|---|
public
|
makeFixes(): array
Defines all fixes the module will perform in a compact
associative array of fix name to fix implementation.
Defines all fixes the module will perform in a compact associative array of fix name to fix implementation. Overrides |
# |
public
|
getChildDef(HTMLPurifier_ElementDef $def): HTMLPurifier_ChildDef_StrictBlockquote
Retrieves a proper HTMLPurifier_ChildDef subclass based on
content_model and content_model_type member variables of
theā¦
Retrieves a proper HTMLPurifier_ChildDef subclass based on content_model and content_model_type member variables of the HTMLPurifier_ElementDef class. There is a similar function in HTMLPurifier_HTMLDefinition. Returnssubclass Overrides |
# |
| Methods inherited from HTMLPurifier_HTMLModule_Tidy |
|---|
setup(), getFixesForLevel(), makeFixesForLevel(), populate(), getFixType(), |
| Methods inherited from HTMLPurifier_HTMLModule |
|---|
addElement(), addBlankElement(), addElementToContentSet(), parseContents(), mergeInAttrIncludes(), makeLookup(), |
| Properties | |||
|---|---|---|---|
public
|
|
$name = 'Tidy_Strict'
|
# |
public
|
|
$defaultLevel = 'light'
|
# |
public
|
|
$defines_child_def = true
|
# |
| Properties inherited from HTMLPurifier_HTMLModule_Tidy |
|---|
$levels, $fixesForLevel |
| Properties inherited from HTMLPurifier_HTMLModule |
|---|
$elements, $info, $content_sets, $attr_collections, $info_tag_transform, $info_attr_transform_pre, $info_attr_transform_post, $info_injector, $safe |