XOOPS 2.5.6
Final
|
Public Member Functions | |
handleText (&$token) | |
Public Member Functions inherited from HTMLPurifier_Injector | |
allowsElement ($name) | |
checkNeeded ($config) | |
getRewind () | |
handleElement (&$token) | |
handleEnd (&$token) | |
handleText (&$token) | |
notifyEnd ($token) | |
prepare ($config, $context) | |
rewind ($index) | |
Public Attributes | |
$name = 'Linkify' | |
$needed = array('a' => array('href')) | |
Public Attributes inherited from HTMLPurifier_Injector | |
$name | |
$needed = array() | |
Additional Inherited Members | |
Protected Member Functions inherited from HTMLPurifier_Injector | |
backward (&$i, &$current) | |
current (&$i, &$current) | |
forward (&$i, &$current) | |
forwardUntilEndToken (&$i, &$current, &$nesting) | |
Protected Attributes inherited from HTMLPurifier_Injector | |
$currentNesting | |
$htmlDefinition | |
$inputIndex | |
$inputTokens | |
$rewind = false | |
Injector that converts http, https and ftp text URLs to actual links.
Definition at line 6 of file Linkify.php.
HTMLPurifier_Injector_Linkify::handleText | ( | & | $token | ) |
Definition at line 12 of file Linkify.php.
References $i, $token, and HTMLPurifier_Injector\allowsElement().
HTMLPurifier_Injector_Linkify::$name = 'Linkify' |
Definition at line 9 of file Linkify.php.
HTMLPurifier_Injector_Linkify::$needed = array('a' => array('href')) |
Definition at line 10 of file Linkify.php.