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


Public Member Functions | |
| handleText (&$token) | |
Data Fields | |
| $name = 'Linkify' | |
| $needed = array('a' => array('href')) | |
Injector that converts http, https and ftp text URLs to actual links.
Definition at line 6 of file Linkify.php.
| handleText | ( | &$ | token | ) |
Handler that is called when a text token is processed
Reimplemented from HTMLPurifier_Injector.
Definition at line 12 of file Linkify.php.

| $name = 'Linkify' |
Advisory name of injector, this is for friendly error messages
Reimplemented from HTMLPurifier_Injector.
Definition at line 9 of file Linkify.php.
Array of elements and attributes this injector creates and therefore need to be allowed by the definition. Takes form of array('element' => array('attr', 'attr2'), 'element2')
Reimplemented from HTMLPurifier_Injector.
Definition at line 10 of file Linkify.php.