XOOPS 2.5.6
Final
|
Public Member Functions | |
handleText (&$token) | |
prepare ($config, $context) | |
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 | |
$docURL | |
$name = 'PurifierLinkify' | |
$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 configuration directive syntax Namespace.Directive to links
Definition at line 7 of file PurifierLinkify.php.
HTMLPurifier_Injector_PurifierLinkify::handleText | ( | & | $token | ) |
Definition at line 19 of file PurifierLinkify.php.
References $i, $token, and HTMLPurifier_Injector\allowsElement().
HTMLPurifier_Injector_PurifierLinkify::prepare | ( | $config, | |
$context | |||
) |
Definition at line 14 of file PurifierLinkify.php.
References $config.
HTMLPurifier_Injector_PurifierLinkify::$docURL |
Definition at line 11 of file PurifierLinkify.php.
HTMLPurifier_Injector_PurifierLinkify::$name = 'PurifierLinkify' |
Definition at line 10 of file PurifierLinkify.php.
HTMLPurifier_Injector_PurifierLinkify::$needed = array('a' => array('href')) |
Definition at line 12 of file PurifierLinkify.php.