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

Public Member Functions

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

Detailed Description

Glossary filtering

TODO: erase the $GLOSSARY_EXCLUDECONCEPTS global => require format_text() to be able to pass arbitrary $options['filteroptions']['glossary'] to filter_text()

Definition at line 36 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.

Reimplemented from moodle_text_filter.

Definition at line 38 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