HTMLPurifier 4.4.0
HTMLPurifier_URIScheme_http Class Reference

Validates http (HyperText Transfer Protocol) as defined by RFC 2616. More...

Inheritance diagram for HTMLPurifier_URIScheme_http:
HTMLPurifier_URIScheme HTMLPurifier_URIScheme HTMLPurifier_URIScheme_https HTMLPurifier_URIScheme_https

List of all members.

Public Member Functions

 doValidate (&$uri, $config, $context)
 Validates the components of a URI for a specific scheme.
 doValidate (&$uri, $config, $context)
 Validates the components of a URI for a specific scheme.

Public Attributes

 $default_port = 80
 Scheme's default port (integer).
 $browsable = true
 Whether or not URIs of this schem are locatable by a browser http and ftp are accessible, while mailto and news are not.
 $hierarchical = true
 Whether or not the URI always uses <hier_part>, resolves edge cases with making relative URIs absolute.

Detailed Description

Validates http (HyperText Transfer Protocol) as defined by RFC 2616.

Definition at line 6 of file http.php.


Member Function Documentation

HTMLPurifier_URIScheme_http::doValidate ( &$  uri,
config,
context 
)

Validates the components of a URI for a specific scheme.

Parameters:
$uriReference to a HTMLPurifier_URI object
$configHTMLPurifier_Config object
$contextHTMLPurifier_Context object
Returns:
Bool success or failure

Reimplemented from HTMLPurifier_URIScheme.

Definition at line 12 of file http.php.

HTMLPurifier_URIScheme_http::doValidate ( &$  uri,
config,
context 
)

Validates the components of a URI for a specific scheme.

Parameters:
$uriReference to a HTMLPurifier_URI object
$configHTMLPurifier_Config object
$contextHTMLPurifier_Context object
Returns:
Bool success or failure

Reimplemented from HTMLPurifier_URIScheme.

Definition at line 17308 of file HTMLPurifier.standalone.php.


Member Data Documentation

HTMLPurifier_URIScheme_http::$browsable = true

Whether or not URIs of this schem are locatable by a browser http and ftp are accessible, while mailto and news are not.

Reimplemented from HTMLPurifier_URIScheme.

Definition at line 9 of file http.php.

HTMLPurifier_URIScheme_http::$default_port = 80

Scheme's default port (integer).

If an explicit port number is specified that coincides with the default port, it will be elided.

Reimplemented from HTMLPurifier_URIScheme.

Reimplemented in HTMLPurifier_URIScheme_https.

Definition at line 8 of file http.php.

HTMLPurifier_URIScheme_http::$hierarchical = true

Whether or not the URI always uses <hier_part>, resolves edge cases with making relative URIs absolute.

Reimplemented from HTMLPurifier_URIScheme.

Definition at line 10 of file http.php.


The documentation for this class was generated from the following files: