|
HTMLPurifier 4.4.0
|
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_Proprietary' | |
| Short unique string identifier of the module. | |
| $defaultLevel = 'light' | |
| Default level to place all fixes in. | |
Definition at line 3 of file Proprietary.php.
| HTMLPurifier_HTMLModule_Tidy_Proprietary::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 9 of file Proprietary.php.
| HTMLPurifier_HTMLModule_Tidy_Proprietary::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 13781 of file HTMLPurifier.standalone.php.
| HTMLPurifier_HTMLModule_Tidy_Proprietary::$defaultLevel = 'light' |
Default level to place all fixes in.
Disabled by default
Reimplemented from HTMLPurifier_HTMLModule_Tidy.
Definition at line 7 of file Proprietary.php.
| HTMLPurifier_HTMLModule_Tidy_Proprietary::$name = 'Tidy_Proprietary' |
Short unique string identifier of the module.
Reimplemented from HTMLPurifier_HTMLModule.
Definition at line 6 of file Proprietary.php.