Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
HTMLPurifier_URIScheme_news Class Reference
Inheritance diagram for HTMLPurifier_URIScheme_news:
HTMLPurifier_URIScheme

Public Member Functions

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

Public Attributes

 $browsable = false
 @type bool
 
 $default_port = null
 Scheme's default port (integer).
 
 $hierarchical = false
 Whether or not the URI always uses <hier_part>, resolves edge cases with making relative URIs absolute @type bool.
 
 $may_omit_host = true
 @type bool
 
 $secure = false
 Whether or not data transmitted over this scheme is encrypted.
 

Member Function Documentation

◆ doValidate()

HTMLPurifier_URIScheme_news::doValidate ( & $uri,
$config,
$context )
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

◆ $default_port

HTMLPurifier_URIScheme::$default_port = null
inherited

Scheme's default port (integer).

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

◆ $secure

HTMLPurifier_URIScheme::$secure = false
inherited

Whether or not data transmitted over this scheme is encrypted.

https is secure, http is not. @type bool


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