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


Public Member Functions | |
| filter_text ($text, $context, array $options=array()) | |
| filter_string ($string, $context) | |
| get_performance_summary () | |
Protected Member Functions | |
| make_filter_object ($filtername, $context, $localconfig) | |
Protected Attributes | |
| $filterscreated = 0 | |
| $textsfiltered = 0 | |
| $stringsfiltered = 0 | |
Definition at line 271 of file filterlib.php.
| filter_string | ( | $ | string, |
| $ | context | ||
| ) |
| string | $string | |
| object | $context |
Reimplemented from filter_manager.
Definition at line 304 of file filterlib.php.
| filter_text | ( | $ | text, |
| $ | context, | ||
| array $ | options = array() |
||
| ) |
| string | $text | |
| object | $context | |
| array | $options | options passed to the filters |
Reimplemented from filter_manager.
Definition at line 294 of file filterlib.php.
Definition at line 312 of file filterlib.php.
| make_filter_object | ( | $ | filtername, |
| $ | context, | ||
| $ | localconfig | ||
| ) | [protected] |
| string | $filtername | |
| object | $context | |
| mixed | $localconfig |
Reimplemented from filter_manager.
Definition at line 283 of file filterlib.php.
$filterscreated = 0 [protected] |
Definition at line 273 of file filterlib.php.
$stringsfiltered = 0 [protected] |
Definition at line 275 of file filterlib.php.
$textsfiltered = 0 [protected] |
Definition at line 274 of file filterlib.php.