Cheetah
Public Member Functions | Public Attributes | List of all members
HTMLPurifier_Injector_DisplayLinkURI Class Reference
Inheritance diagram for HTMLPurifier_Injector_DisplayLinkURI:
HTMLPurifier_Injector

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
 

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 18420 of file HTMLPurifier.standalone.php.

Member Function Documentation

◆ handleElement()

HTMLPurifier_Injector_DisplayLinkURI::handleElement ( $token)
Parameters
$token

Reimplemented from HTMLPurifier_Injector.

Definition at line 18435 of file HTMLPurifier.standalone.php.

◆ handleEnd()

HTMLPurifier_Injector_DisplayLinkURI::handleEnd ( $token)
Parameters
HTMLPurifier_Token$token

Reimplemented from HTMLPurifier_Injector.

Definition at line 18442 of file HTMLPurifier.standalone.php.

Member Data Documentation

◆ $name

HTMLPurifier_Injector_DisplayLinkURI::$name = 'DisplayLinkURI'

@type string

Definition at line 18425 of file HTMLPurifier.standalone.php.

◆ $needed

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

@type array

Definition at line 18430 of file HTMLPurifier.standalone.php.


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