Class HTMLPurifier_URIScheme_http

Description

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

Located in /lib/core/Parsers/htmlpurifier/HTMLPurifier.standalone.php (line 16011)

HTMLPurifier_URIScheme
   |
   --HTMLPurifier_URIScheme_http
Direct descendents
Class Description
HTMLPurifier_URIScheme_https Validates https (Secure HTTP) according to http scheme.
Variable Summary
Method Summary
void validate ( &$uri,  $config,  $context)
Variables
mixed $browsable = true (line 16014)
  • access: public

Redefinition of:
HTMLPurifier_URIScheme::$browsable
Whether or not URIs of this schem are locatable by a browser http and ftp are accessible, while mailto and news are not.
mixed $default_port = 80 (line 16013)
  • access: public

Redefinition of:
HTMLPurifier_URIScheme::$default_port
Scheme's default port (integer)

Redefined in descendants as:
mixed $hierarchical = true (line 16015)
  • access: public

Redefinition of:
HTMLPurifier_URIScheme::$hierarchical
Whether or not the URI always uses <hier_part>, resolves edge cases
Methods
validate (line 16017)
  • access: public
void validate ( &$uri,  $config,  $context)
  • &$uri
  • $config
  • $context

Redefinition of:
HTMLPurifier_URIScheme::validate()
Validates the components of a URI

Inherited Methods

Inherited From HTMLPurifier_URIScheme

HTMLPurifier_URIScheme::validate()

Documentation generated on Sun, 06 Mar 2011 00:24:14 -0500 by phpDocumentor 1.4.3