HTMLPurifier_Injector_AutoParagraph Klassenreferenz

Klassendiagramm für HTMLPurifier_Injector_AutoParagraph:

Inheritance graph
[Legende]
Zusammengehörigkeiten von HTMLPurifier_Injector_AutoParagraph:

Collaboration graph
[Legende]

Öffentliche Methoden

 handleText (&$token)
 handleElement (&$token)

Datenfelder

 $name = 'AutoParagraph'
 $needed = array('p')

Ausführliche Beschreibung

Injector that auto paragraphs text in the root node based on double-spacing.
Noch zu erledigen:
Ensure all states are unit tested, including variations as well.

Make a graph of the flow control for this Injector.

Definiert in Zeile 9 der Datei AutoParagraph.php.


Dokumentation der Elementfunktionen

handleElement ( &$  token  ) 

Handler that is called when a start or empty token is processed

Erneute Implementation von HTMLPurifier_Injector.

Definiert in Zeile 92 der Datei AutoParagraph.php.

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

handleText ( &$  token  ) 

Handler that is called when a text token is processed

Erneute Implementation von HTMLPurifier_Injector.

Definiert in Zeile 21 der Datei AutoParagraph.php.

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


Dokumentation der Datenelemente

$name = 'AutoParagraph'

Advisory name of injector, this is for friendly error messages

Erneute Implementation von HTMLPurifier_Injector.

Definiert in Zeile 12 der Datei AutoParagraph.php.

$needed = array('p')

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 13 der Datei AutoParagraph.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