|
ILIAS
eassessment Revision 61809
|
Inheritance diagram for HTMLPurifier_HTMLModule_Tidy_Strict:
Collaboration diagram for HTMLPurifier_HTMLModule_Tidy_Strict:Public Member Functions | |
| makeFixes () | |
| Defines all fixes the module will perform in a compact associative array of fix name to fix implementation. | |
| getChildDef ($def) | |
| Retrieves a proper HTMLPurifier_ChildDef subclass based on content_model and content_model_type member variables of the HTMLPurifier_ElementDef class. | |
Data Fields | |
| $name = 'Tidy_Strict' | |
| $defaultLevel = 'light' | |
| $defines_child_def = true | |
Definition at line 3 of file Strict.php.
| HTMLPurifier_HTMLModule_Tidy_Strict::getChildDef | ( | $def | ) |
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.
| $def | HTMLPurifier_ElementDef instance |
Reimplemented from HTMLPurifier_HTMLModule.
Definition at line 15 of file Strict.php.
| HTMLPurifier_HTMLModule_Tidy_Strict::makeFixes | ( | ) |
Defines all fixes the module will perform in a compact associative array of fix name to fix implementation.
Reimplemented from HTMLPurifier_HTMLModule_Tidy_XHTMLAndHTML4.
Definition at line 8 of file Strict.php.
| HTMLPurifier_HTMLModule_Tidy_Strict::$defaultLevel = 'light' |
Definition at line 6 of file Strict.php.
| HTMLPurifier_HTMLModule_Tidy_Strict::$defines_child_def = true |
Definition at line 14 of file Strict.php.
| HTMLPurifier_HTMLModule_Tidy_Strict::$name = 'Tidy_Strict' |
Definition at line 5 of file Strict.php.