| [ Index ] |
|
Code source de Serendipity 1.2 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Poids: | 158 lignes (4 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
Text_Wiki_Parse_Wikilink:: (4 méthodes):
Text_Wiki_Parse_Wikilink()
parse()
processDescr()
process()
Classe: Text_Wiki_Parse_Wikilink - X-Ref
Parse for links to wiki pages.| Text_Wiki_Parse_Wikilink(&$obj) X-Ref |
| Constructor. We override the Text_Wiki_Parse constructor so we can explicitly comment each part of the $regex property. param: object &$obj The calling "parent" Text_Wiki object. |
| parse() X-Ref |
| First parses for described links, then for standalone links. return: void |
| processDescr(&$matches) X-Ref |
| Generate a replacement for described links. param: array &$matches The array of matches from parse(). return: A delimited token to be used as a placeholder in |
| process(&$matches) X-Ref |
| Generate a replacement for standalone links. param: array &$matches The array of matches from parse(). return: A delimited token to be used as a placeholder in |
| Généré le : Sat Nov 24 09:00:37 2007 | par Balluche grâce à PHPXref 0.7 |
|