| [ Index ] |
|
Code source de Horde 3.1.3 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Poids: | 78 lignes (2 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
Text_Filter_space2html:: (3 méthodes):
preProcess()
getPatterns()
postProcess()
Classe: Text_Filter_space2html - X-Ref
The space2html filter converts horizontal whitespace to HTML code.| preProcess($text) X-Ref |
| Executes any code necessary before applying the filter patterns. param: string $text The text before the filtering. return: string The modified text. |
| getPatterns() X-Ref |
| Returns a hash with replace patterns. return: array Patterns hash. |
| postProcess($text) X-Ref |
| Executes any code necessaray after applying the filter patterns. param: string $text The text after the filtering. return: string The modified text. |
| Généré le : Sun Feb 25 18:01:28 2007 | par Balluche grâce à PHPXref 0.7 |