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

Public Member Functions

 handleText (&$token)
 
 prepare ($config, $context)
 
- 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

 $docURL
 
 $name = 'PurifierLinkify'
 
 $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 configuration directive syntax Namespace.Directive to links

Definition at line 7 of file PurifierLinkify.php.

Member Function Documentation

HTMLPurifier_Injector_PurifierLinkify::handleText ( $token)

Definition at line 19 of file PurifierLinkify.php.

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

Here is the call graph for this function:

HTMLPurifier_Injector_PurifierLinkify::prepare (   $config,
  $context 
)

Definition at line 14 of file PurifierLinkify.php.

References $config.

Member Data Documentation

HTMLPurifier_Injector_PurifierLinkify::$docURL

Definition at line 11 of file PurifierLinkify.php.

HTMLPurifier_Injector_PurifierLinkify::$name = 'PurifierLinkify'

Definition at line 10 of file PurifierLinkify.php.

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

Definition at line 12 of file PurifierLinkify.php.


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