

Öffentliche Methoden | |
| __construct () | |
| preFilter ($html, $config, $context) | |
| cleanCSS ($css, $config, $context) | |
Datenfelder | |
| $name = 'ExtractStyleBlocks' | |
Geschützte Methoden | |
| styleCallback ($matches) | |
This filter can also be used on stylesheets not included in the document--something purists would probably prefer. Just directly call HTMLPurifier_Filter_ExtractStyleBlocks->cleanCSS()
Definiert in Zeile 17 der Datei ExtractStyleBlocks.php.
| __construct | ( | ) |
Definiert in Zeile 24 der Datei ExtractStyleBlocks.php.
| cleanCSS | ( | $ | css, | |
| $ | config, | |||
| $ | context | |||
| ) |
Takes CSS (the stuff found in <style>) and cleans it.
| $css | CSS styling to clean | |
| $config | Instance of HTMLPurifier_Config | |
| $context | Instance of HTMLPurifier_Context |
Definiert in Zeile 63 der Datei ExtractStyleBlocks.php.

| preFilter | ( | $ | html, | |
| $ | config, | |||
| $ | context | |||
| ) |
Removes inline <style> tags from HTML, saves them for later use
Erneute Implementation von HTMLPurifier_Filter.
Definiert in Zeile 40 der Datei ExtractStyleBlocks.php.

| styleCallback | ( | $ | matches | ) | [protected] |
Save the contents of CSS blocks to style matches
| $matches | preg_replace style $matches array |
Definiert in Zeile 32 der Datei ExtractStyleBlocks.php.
| $name = 'ExtractStyleBlocks' |
Name of the filter for identification purposes
Erneute Implementation von HTMLPurifier_Filter.
Definiert in Zeile 20 der Datei ExtractStyleBlocks.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) |
|