| 
    Moodle PHP Documentation 4.1
    
   Moodle 4.1dev (Build: 20220512) (5e5e12e0) 
   | 
 
Database activity filtering. More...
  
Public Member Functions | |
| filter ($text, array $options=array()) | |
| Override this function to actually implement the filtering.  More... | |
| hash () | |
| setup ($page, $context) | |
| Setup page with filter requirements and other prepare stuff.  More... | |
Protected Attributes | |
| context | $context | 
| The context we are in.  | |
| array | $localconfig | 
| Any local configuration for this filter in this context.  | |
Database activity filtering.
| filter_data::filter | ( | $text, | |
| array | $options = array()  | 
        ||
| ) | 
Override this function to actually implement the filtering.
| string | $text | some HTML content to process. | 
| array | $options | options passed to the filters | 
| string | the HTML content after the filtering has been applied. | 
Reimplemented from moodle_text_filter.