|
HTMLPurifier 4.4.0
|
Name is deprecated, but allowed in strict doctypes, so onl. More...
Public Member Functions | |
| makeFixes () | |
| Defines all fixes the module will perform in a compact associative array of fix name to fix implementation. | |
| makeFixes () | |
| Defines all fixes the module will perform in a compact associative array of fix name to fix implementation. | |
Public Attributes | |
| $name = 'Tidy_Name' | |
| Short unique string identifier of the module. | |
| $defaultLevel = 'heavy' | |
| Default level to place all fixes in. | |
| HTMLPurifier_HTMLModule_Tidy_Name::makeFixes | ( | ) |
Defines all fixes the module will perform in a compact associative array of fix name to fix implementation.
Reimplemented from HTMLPurifier_HTMLModule_Tidy.
| HTMLPurifier_HTMLModule_Tidy_Name::makeFixes | ( | ) |
Defines all fixes the module will perform in a compact associative array of fix name to fix implementation.
Reimplemented from HTMLPurifier_HTMLModule_Tidy.
Definition at line 13757 of file HTMLPurifier.standalone.php.
| HTMLPurifier_HTMLModule_Tidy_Name::$defaultLevel = 'heavy' |
Default level to place all fixes in.
Disabled by default
Reimplemented from HTMLPurifier_HTMLModule_Tidy.
| HTMLPurifier_HTMLModule_Tidy_Name::$name = 'Tidy_Name' |
Short unique string identifier of the module.
Reimplemented from HTMLPurifier_HTMLModule.