|
Cheetah
|
Public Member Functions | |
| doValidate (&$uri, $config, $context) | |
Public Member Functions inherited from HTMLPurifier_URIScheme | |
| validate (&$uri, $config, $context) | |
Public Attributes | |
| $default_port = 80 | |
| $browsable = true | |
| $hierarchical = true | |
Public Attributes inherited from HTMLPurifier_URIScheme | |
| $default_port = null | |
| $browsable = false | |
| $secure = false | |
| $hierarchical = false | |
| $may_omit_host = false | |
Validates http (HyperText Transfer Protocol) as defined by RFC 2616
Definition at line 22207 of file HTMLPurifier.standalone.php.
| HTMLPurifier_URIScheme_http::doValidate | ( | & | $uri, |
| $config, | |||
| $context | |||
| ) |
| HTMLPurifier_URI | $uri | |
| HTMLPurifier_Config | $config | |
| HTMLPurifier_Context | $context |
Reimplemented from HTMLPurifier_URIScheme.
Definition at line 22230 of file HTMLPurifier.standalone.php.
| HTMLPurifier_URIScheme_http::$browsable = true |
@type bool
Definition at line 22217 of file HTMLPurifier.standalone.php.
| HTMLPurifier_URIScheme_http::$default_port = 80 |
@type int
Definition at line 22212 of file HTMLPurifier.standalone.php.
| HTMLPurifier_URIScheme_http::$hierarchical = true |
@type bool
Definition at line 22222 of file HTMLPurifier.standalone.php.