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


Public Member Functions | |
| __construct ($filterfunction, $context, array $localconfig) | |
| filter ($text, array $options=array()) | |
Protected Attributes | |
| $filterfunction | |
| $courseid | |
Definition at line 381 of file filterlib.php.
| __construct | ( | $ | filterfunction, |
| $ | context, | ||
| array $ | localconfig | ||
| ) |
Set any context-specific configuration for this filter.
| string | $filterfunction | |
| object | $context | The current context. |
| array | $config | Any context-specific configuration for this filter. |
Definition at line 393 of file filterlib.php.

| string | $text | |
| array | $options | options - not supported for legacy filters |
Reimplemented from moodle_text_filter.
Definition at line 404 of file filterlib.php.
$courseid [protected] |
Definition at line 384 of file filterlib.php.
$filterfunction [protected] |
Definition at line 383 of file filterlib.php.