Moodle APIs 4.0
Moodle 4.0.11 (Build: 20231009)
|
Public Member Functions | |
filter ($text, array $options=array()) | |
Apply the filter to the text. | |
filter_stage_post_clean (string $text, array $options) | |
Filter HTML text at the very end after text is sanitised. | |
filter_stage_pre_clean (string $text, array $options) | |
Filter HTML text before sanitising text. | |
filter_stage_pre_format (string $text, array $options) | |
Filter text before changing format to HTML. | |
filter_stage_string (string $text, array $options) | |
Filter simple text coming from format_string(). | |
hash () | |
setup ($page, $context) | |
Setup page with filter requirements and other prepare stuff. | |
Protected Member Functions | |
convert_urls_into_links (&$text) | |
Given some text this function converts any URLs it finds into HTML links. | |
Protected Attributes | |
context | $context |
The context we are in. | |
array | $localconfig |
Any local configuration for this filter in this context. | |
Static Protected Attributes | |
static array | $globalconfig |
global configuration for this filter | |
|
protected |
Given some text this function converts any URLs it finds into HTML links.
string | $text | Passed in by reference. The string to be searched for urls. |
filter_urltolink::filter | ( | $text, | |
array | $options = array() |
||
) |
Apply the filter to the text.
string | $text | to be processed by the text |
array | $options | filter options |
string | text after processing |
Reimplemented from moodle_text_filter.
|
staticprotected |
global configuration for this filter
This might be eventually moved into parent class if we found it useful for other filters, too.