![]() |
XOOPS API 2.5.11 Beta1
UI v0.5
Réalisé par monxoops.fr
|
Fonctions membres publiques | |
| getScheme ($scheme, $config, $context) | |
| register ($scheme, $scheme_obj) | |
Fonctions membres publiques statiques | |
| static | instance ($prototype=null) |
Attributs protégés | |
| $schemes = array() | |
Registry for retrieving specific URI scheme validator objects.
| getScheme | ( | $scheme, | |
| $config, | |||
| $context | |||
| ) |
Retrieves a scheme validator object
| string | $scheme | String scheme name like http or mailto |
| HTMLPurifier_Config | $config | |
| HTMLPurifier_Context | $context |
Voici le graphe d'appel pour cette fonction :
|
static |
Retrieve sole instance of the registry.
| HTMLPurifier_URISchemeRegistry | $prototype | Optional prototype to overload sole instance with, or bool true to reset to default registry. |
Voici le graphe des appelants de cette fonction :| register | ( | $scheme, | |
| $scheme_obj | |||
| ) |
Registers a custom scheme to the cache, bypassing reflection.
| string | $scheme | Scheme name |
| HTMLPurifier_URIScheme | $scheme_obj |
|
protected |
Cache of retrieved schemes. @type HTMLPurifier_URIScheme[]