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


Public Member Functions | |
| filter ($text, array $options=array()) | |
Definition at line 40 of file filter.php.
Override this function to actually implement the filtering.
| $text | some HTML content. | |
| array | $options | options passed to the filters |
Configuration for tidy. Feel free to tune for your needs, e.g. to allow proprietary markup.
Do a quick check using strpos to avoid unnecessary work
If enabled: run tidy over the entire string
Reimplemented from moodle_text_filter.
Definition at line 41 of file filter.php.