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

Public Member Functions

 handleText (&$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 = 'Linkify'
 
 $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
 

Detailed Description

Injector that converts http, https and ftp text URLs to actual links.

Definition at line 6 of file Linkify.php.

Member Function Documentation

HTMLPurifier_Injector_Linkify::handleText ( $token)

Definition at line 12 of file Linkify.php.

References $i, $token, and HTMLPurifier_Injector\allowsElement().

Here is the call graph for this function:

Member Data Documentation

HTMLPurifier_Injector_Linkify::$name = 'Linkify'

Definition at line 9 of file Linkify.php.

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

Definition at line 10 of file Linkify.php.


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