Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
HTMLPurifier_URIScheme_https Class Reference
Inheritance diagram for HTMLPurifier_URIScheme_https:
HTMLPurifier_URIScheme_http HTMLPurifier_URIScheme

Public Member Functions

 doValidate (&$uri, $config, $context)
 
 validate (&$uri, $config, $context)
 Public interface for validating components of a URI.
 

Public Attributes

 $browsable = true
 @type bool
 
 $default_port = 443
 @type int
 
 $hierarchical = true
 @type bool
 
 $may_omit_host = false
 Whether or not the URI may omit a hostname when the scheme is explicitly specified, ala file:///path/to/file.
 
 $secure = true
 @type bool
 

Member Function Documentation

◆ doValidate()

HTMLPurifier_URIScheme_http::doValidate ( & $uri,
$config,
$context )
inherited
Parameters
HTMLPurifier_URI$uri
HTMLPurifier_Config$config
HTMLPurifier_Context$context
Return values
bool

Reimplemented from HTMLPurifier_URIScheme.

◆ validate()

HTMLPurifier_URIScheme::validate ( & $uri,
$config,
$context )
inherited

Public interface for validating components of a URI.

Performs a bunch of default actions. Don't overload this method.

Parameters
HTMLPurifier_URI$uriReference to a HTMLPurifier_URI object
HTMLPurifier_Config$config
HTMLPurifier_Context$context
Return values
boolsuccess or failure

Member Data Documentation

◆ $may_omit_host

HTMLPurifier_URIScheme::$may_omit_host = false
inherited

Whether or not the URI may omit a hostname when the scheme is explicitly specified, ala file:///path/to/file.

As of writing, 'file' is the only scheme that browsers support his properly. @type bool


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