XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
HTMLPurifier_Injector_DisplayLinkURI Class Reference
Inheritance diagram for HTMLPurifier_Injector_DisplayLinkURI:
Inheritance graph

Public Member Functions

 handleElement (&$token)
 
 handleEnd (&$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 = 'DisplayLinkURI'
 
 $needed = array('a')
 
- 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
 

Detailed Description

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 6 of file DisplayLinkURI.php.

Member Function Documentation

HTMLPurifier_Injector_DisplayLinkURI::handleElement ( $token)

Definition at line 12 of file DisplayLinkURI.php.

HTMLPurifier_Injector_DisplayLinkURI::handleEnd ( $token)

Definition at line 15 of file DisplayLinkURI.php.

References $token, and $url.

Member Data Documentation

HTMLPurifier_Injector_DisplayLinkURI::$name = 'DisplayLinkURI'

Definition at line 9 of file DisplayLinkURI.php.

HTMLPurifier_Injector_DisplayLinkURI::$needed = array('a')

Definition at line 10 of file DisplayLinkURI.php.


The documentation for this class was generated from the following file: