HTMLPurifier_Injector_PurifierLinkify Klassenreferenz

Klassendiagramm für HTMLPurifier_Injector_PurifierLinkify:

Inheritance graph
[Legende]
Zusammengehörigkeiten von HTMLPurifier_Injector_PurifierLinkify:

Collaboration graph
[Legende]

Öffentliche Methoden

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

Datenfelder

 $name = 'PurifierLinkify'
 $docURL
 $needed = array('a' => array('href'))

Ausführliche Beschreibung

Injector that converts configuration directive syntax Namespace.Directive to links

Definiert in Zeile 7 der Datei PurifierLinkify.php.


Dokumentation der Elementfunktionen

handleText ( &$  token  ) 

Handler that is called when a text token is processed

Erneute Implementation von HTMLPurifier_Injector.

Definiert in Zeile 19 der Datei PurifierLinkify.php.

Hier ist ein Graph der zeigt, was diese Funktion aufruft:

prepare ( config,
context 
)

Prepares the injector by giving it the config and context objects: this allows references to important variables to be made within the injector. This function also checks if the HTML environment will work with the Injector (see checkNeeded()).

Parameter:
$config Instance of HTMLPurifier_Config
$context Instance of HTMLPurifier_Context
Rückgabe:
Boolean false if success, string of missing needed element/attribute if failure

Erneute Implementation von HTMLPurifier_Injector.

Definiert in Zeile 14 der Datei PurifierLinkify.php.


Dokumentation der Datenelemente

$docURL

Definiert in Zeile 11 der Datei PurifierLinkify.php.

$name = 'PurifierLinkify'

Advisory name of injector, this is for friendly error messages

Erneute Implementation von HTMLPurifier_Injector.

Definiert in Zeile 10 der Datei PurifierLinkify.php.

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

Array of elements and attributes this injector creates and therefore need to be allowed by the definition. Takes form of array('element' => array('attr', 'attr2'), 'element2')

Erneute Implementation von HTMLPurifier_Injector.

Definiert in Zeile 12 der Datei PurifierLinkify.php.


Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei:
Copyright © 2003 - 2009 MyOOS [Shopsystem]. All rights reserved.
MyOOS [Shopsystem] is Free Software released under the GNU/GPL License.

Webmaster: info@r23.de (Impressum)
doxygen