![]() |
XOOPS API 2.5.11 Beta1
UI v0.5
Réalisé par monxoops.fr
|
Graphe d'héritage de HTMLPurifier_Injector_Linkify:
Graphe de collaboration de HTMLPurifier_Injector_Linkify:Fonctions membres publiques | |
| handleText (&$token) | |
Fonctions membres publiques hérités de HTMLPurifier_Injector | |
| rewindOffset ($offset) | |
| getRewindOffset () | |
| prepare ($config, $context) | |
| checkNeeded ($config) | |
| allowsElement ($name) | |
| handleElement (&$token) | |
| handleEnd (&$token) | |
| notifyEnd ($token) | |
Champs de données | |
| $name = 'Linkify' | |
| $needed = array('a' => array('href')) | |
Champs de données hérités de HTMLPurifier_Injector | |
| $name | |
| $needed = array() | |
Membres hérités additionnels | |
Fonctions membres protégées hérités de HTMLPurifier_Injector | |
| forward (&$i, &$current) | |
| forwardUntilEndToken (&$i, &$current, &$nesting) | |
| backward (&$i, &$current) | |
Attributs protégés hérités de HTMLPurifier_Injector | |
| $htmlDefinition | |
| $currentNesting | |
| $currentToken | |
| $inputZipper | |
| $rewindOffset = false | |
Injector that converts http, https and ftp text URLs to actual links.
| handleText | ( | & | $token | ) |
| HTMLPurifier_Token | $token |
Réimplémentée à partir de HTMLPurifier_Injector.
Voici le graphe d'appel pour cette fonction :| $name = 'Linkify' |
@type string
| $needed = array('a' => array('href')) |
@type array