ILIAS  Release_4_4_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
HTMLPurifier_URIScheme_https Class Reference

Validates https (Secure HTTP) according to http scheme. More...

+ Inheritance diagram for HTMLPurifier_URIScheme_https:
+ Collaboration diagram for HTMLPurifier_URIScheme_https:

Data Fields

 $default_port = 443
 $secure = true
- Data Fields inherited from HTMLPurifier_URIScheme_http
 $default_port = 80
 $browsable = true
 $hierarchical = true
- Data Fields inherited from HTMLPurifier_URIScheme
 $default_port = null
 Scheme's default port (integer).
 $browsable = false
 Whether or not URIs of this schem are locatable by a browser http and ftp are accessible, while mailto and news are not.
 $secure = false
 Whether or not data transmitted over this scheme is encrypted.
 $hierarchical = false
 Whether or not the URI always uses <hier_part>, resolves edge cases with making relative URIs absolute.
 $may_omit_host = false
 Whether or not the URI may omit a hostname when the scheme is explicitly specified, ala file:///path/to/file.

Additional Inherited Members

- Public Member Functions inherited from HTMLPurifier_URIScheme_http
 doValidate (&$uri, $config, $context)
 Validates the components of a URI for a specific scheme.

Detailed Description

Validates https (Secure HTTP) according to http scheme.

Definition at line 6 of file https.php.

Field Documentation

HTMLPurifier_URIScheme_https::$default_port = 443

Definition at line 8 of file https.php.

HTMLPurifier_URIScheme_https::$secure = true

Definition at line 9 of file https.php.


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