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


Public Member Functions | |
| __construct () | |
| convert_urls_into_links (&$text) | |
Test subclass that makes all the protected methods we want to test public.
Definition at line 34 of file testfilter.php.
| __construct | ( | ) |
Definition at line 35 of file testfilter.php.
| convert_urls_into_links | ( | &$ | text | ) |
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. |
Reversed so "progressive" str_replace() will solve some nesting problems.
Reimplemented from filter_urltolink.
Definition at line 37 of file testfilter.php.