|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| __construct ($embeds_resource=false) | |
| make ($string) | |
| validate ($uri, $config, $context) | |
Protected Attributes | |
| $parser | |
| $embedsResource | |
Validates a URI as defined by RFC 3986.
| __construct | ( | $ | embeds_resource = false | ) |
| make | ( | $ | string | ) |
Factory method for creating this class from a string.
| $string | String construction info |
Reimplemented from HTMLPurifier_AttrDef.
| validate | ( | $ | string, |
| $ | config, | ||
| $ | context | ||
| ) |
Validates and cleans passed string according to a definition.
| $string | String to be validated and cleaned. |
| $config | Mandatory HTMLPurifier_Config object. |
| $context | Mandatory HTMLPurifier_AttrContext object. |
Reimplemented from HTMLPurifier_AttrDef.
Reimplemented in HTMLPurifier_AttrDef_CSS_URI.
Definition at line 26 of file URI.php.
