[ Index ] |
|
Code source de Horde 3.1.3 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 210 lignes (7 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
Text_Filter_highlightquotes:: (4 méthodes):
preProcess()
getPatterns()
postProcess()
_addQuoteToggles()
Classe: Text_Filter_highlightquotes - X-Ref
Highlights quoted messages with different colors for the different quotingpreProcess($text) X-Ref |
Executes any code necessaray 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. |
_addQuoteToggles($matches) X-Ref |
Adds links to show and hide quoted blocks, hiding them by default if the 'hideBlocks' parameter is true. param: array $matches The matches from the regexp. |
Généré le : Sun Feb 25 18:01:28 2007 | par Balluche grâce à PHPXref 0.7 |