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

Public Member Functions

 prepare ($config, $context)
 
 handleText (&$token)
 
- Public Member Functions inherited from HTMLPurifier_Injector
 rewindOffset ($offset)
 
 getRewindOffset ()
 
 checkNeeded ($config)
 
 allowsElement ($name)
 
 handleElement (&$token)
 
 handleEnd (&$token)
 
 notifyEnd ($token)
 

Public Attributes

 $name = 'PurifierLinkify'
 
 $docURL
 
 $needed = array('a' => array('href'))
 
- 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 converts configuration directive syntax Namespace.Directive to links

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

Member Function Documentation

◆ handleText()

HTMLPurifier_Injector_PurifierLinkify::handleText ( $token)
Parameters
HTMLPurifier_Token$token

Reimplemented from HTMLPurifier_Injector.

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

◆ prepare()

HTMLPurifier_Injector_PurifierLinkify::prepare (   $config,
  $context 
)
Parameters
HTMLPurifier_Config$config
HTMLPurifier_Context$context
Returns
string

Reimplemented from HTMLPurifier_Injector.

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

Member Data Documentation

◆ $docURL

HTMLPurifier_Injector_PurifierLinkify::$docURL

@type string

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

◆ $name

HTMLPurifier_Injector_PurifierLinkify::$name = 'PurifierLinkify'

@type string

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

◆ $needed

HTMLPurifier_Injector_PurifierLinkify::$needed = array('a' => array('href'))

@type array

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


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