

Öffentliche Methoden | |
| handleText (&$token) | |
| handleElement (&$token) | |
Datenfelder | |
| $name = 'AutoParagraph' | |
| $needed = array('p') | |
Make a graph of the flow control for this Injector.
Definiert in Zeile 9 der Datei AutoParagraph.php.
| 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.

| 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.

| $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.
| Copyright © 2003 - 2009 MyOOS [Shopsystem]. All rights reserved. MyOOS [Shopsystem] is Free Software released under the GNU/GPL License. Webmaster: info@r23.de (Impressum) |
|