|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| prepare ($config, $context) | |
| handleElement (&$token) | |
Data Fields | |
| $config | |
| $attrValidator | |
| $removeNbsp | |
| $removeNbspExceptions | |
Definition at line 3 of file RemoveEmpty.php.
| handleElement | ( | &$ | token | ) |
Handler that is called when a start or empty token is processed
Reimplemented from HTMLPurifier_Injector.
Definition at line 17 of file RemoveEmpty.php.

| prepare | ( | $ | config, |
| $ | context | ||
| ) |
Prepares the injector by giving it the config and context objects: this allows references to important variables to be made within the injector. This function also checks if the HTML environment will work with the Injector (see checkNeeded()).
| $config | Instance of HTMLPurifier_Config |
| $context | Instance of HTMLPurifier_Context |
Reimplemented from HTMLPurifier_Injector.
Definition at line 8 of file RemoveEmpty.php.
| $attrValidator |
Definition at line 6 of file RemoveEmpty.php.
| $config |
Definition at line 6 of file RemoveEmpty.php.
| $removeNbsp |
Definition at line 6 of file RemoveEmpty.php.
| $removeNbspExceptions |
Definition at line 6 of file RemoveEmpty.php.