Stud.IP  3.1 Revision 48552
 All Data Structures Namespaces Files Functions Variables Groups Pages
HTMLPurifier_Injector_Unlinkify Class Reference
Inheritance diagram for HTMLPurifier_Injector_Unlinkify:
Inheritance graph
Collaboration diagram for HTMLPurifier_Injector_Unlinkify:
Collaboration graph

Public Member Functions

 prepare ($config, $context)
 handleElement (&$token)

Data Fields

 $name = 'Unlinkify'
 $needed = array('a' => 'href', 'img' => 'src')

Detailed Description

Display the URL of an anchor or image instead of linking to it.

Member Function Documentation

handleElement ( $token)
prepare (   $config,
  $context 
)

Field Documentation

$name = 'Unlinkify'
$needed = array('a' => 'href', 'img' => 'src')

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