[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 69 lines (2 kb) |
Included or required: | 1 time |
Referenced: | 0 times |
Includes or requires: | 0 files |
Class: HTMLPurifier_URISchemeRegistry - X-Ref
Registry for retrieving specific URI scheme validator objects.instance($prototype = null) X-Ref |
Retrieve sole instance of the registry. param: $prototype Optional prototype to overload sole instance with, |
getScheme($scheme, $config, $context) X-Ref |
Retrieves a scheme validator object param: $scheme String scheme name like http or mailto param: $config HTMLPurifier_Config object param: $config HTMLPurifier_Context object |
register($scheme, $scheme_obj) X-Ref |
Registers a custom scheme to the cache, bypassing reflection. param: $scheme Scheme name param: $scheme_obj HTMLPurifier_URIScheme object |
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |