|
Cheetah
|
Public Member Functions | |
| handleElement (&$token) | |
| handleEnd (&$token) | |
Public Member Functions inherited from HTMLPurifier_Injector | |
| rewindOffset ($offset) | |
| getRewindOffset () | |
| prepare ($config, $context) | |
| checkNeeded ($config) | |
| allowsElement ($name) | |
| handleText (&$token) | |
| notifyEnd ($token) | |
Public Attributes | |
| $name = 'DisplayLinkURI' | |
| $needed = array('a') | |
Public Attributes inherited from HTMLPurifier_Injector | |
| $name | |
| $needed = array() | |
Additional Inherited Members | |
Protected Member Functions inherited from HTMLPurifier_Injector | |
| forward (&$i, &$current) | |
| forwardUntilEndToken (&$i, &$current, &$nesting) | |
| backward (&$i, &$current) | |
Protected Attributes inherited from HTMLPurifier_Injector | |
| $htmlDefinition | |
| $currentNesting | |
| $currentToken | |
| $inputZipper | |
| $rewindOffset = false | |
Injector that displays the URL of an anchor instead of linking to it, in addition to showing the text of the link.
Definition at line 18420 of file HTMLPurifier.standalone.php.
| HTMLPurifier_Injector_DisplayLinkURI::handleElement | ( | & | $token | ) |
| $token |
Reimplemented from HTMLPurifier_Injector.
Definition at line 18435 of file HTMLPurifier.standalone.php.
| HTMLPurifier_Injector_DisplayLinkURI::handleEnd | ( | & | $token | ) |
| HTMLPurifier_Token | $token |
Reimplemented from HTMLPurifier_Injector.
Definition at line 18442 of file HTMLPurifier.standalone.php.
| HTMLPurifier_Injector_DisplayLinkURI::$name = 'DisplayLinkURI' |
@type string
Definition at line 18425 of file HTMLPurifier.standalone.php.
| HTMLPurifier_Injector_DisplayLinkURI::$needed = array('a') |
@type array
Definition at line 18430 of file HTMLPurifier.standalone.php.