

Öffentliche Methoden | |
| prepare ($config, $context) | |
| handleText (&$token) | |
Datenfelder | |
| $name = 'PurifierLinkify' | |
| $docURL | |
| $needed = array('a' => array('href')) | |
Definiert in Zeile 7 der Datei PurifierLinkify.php.
| 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.

| 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()).
| $config | Instance of HTMLPurifier_Config | |
| $context | Instance of HTMLPurifier_Context |
Erneute Implementation von HTMLPurifier_Injector.
Definiert in Zeile 14 der Datei PurifierLinkify.php.
| $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.
| Copyright © 2003 - 2009 MyOOS [Shopsystem]. All rights reserved. MyOOS [Shopsystem] is Free Software released under the GNU/GPL License. Webmaster: info@r23.de (Impressum) |
|