Moodle  2.2.1
http://www.collinsharper.com
filter_algebra Class Reference
Inheritance diagram for filter_algebra:
Collaboration diagram for filter_algebra:

Public Member Functions

 filter ($text, array $options=array())

Detailed Description

Definition at line 91 of file filter.php.


Member Function Documentation

filter ( text,
array options = array() 
)

Override this function to actually implement the filtering.

Parameters:
$textsome HTML content.
array$optionsoptions passed to the filters
Returns:
the HTML content after the filtering has been applied.

Do a quick check using stripos to avoid unnecessary wor

Reimplemented from moodle_text_filter.

Definition at line 92 of file filter.php.

Here is the call graph for this function:


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations