Class HTMLPurifier_URISchemeRegistry
Registry for retrieving specific URI scheme validator objects.
public static
|
#
instance(
Retrieve sole instance of the registry. |
public
|
#
getScheme( string $scheme,
Retrieves a scheme validator object |
public
|
#
register( string $scheme,
Registers a custom scheme to the cache, bypassing reflection. |
protected
array
|
$schemes | array() |
#
Cache of retrieved schemes. |