Moodle  2.2.1
http://www.collinsharper.com
HTMLPurifier_URIScheme_news Class Reference
Inheritance diagram for HTMLPurifier_URIScheme_news:
Collaboration diagram for HTMLPurifier_URIScheme_news:

Public Member Functions

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

Data Fields

 $browsable = false
 $may_omit_host = true

Detailed Description

Validates news (Usenet) as defined by generic RFC 1738

Definition at line 6 of file news.php.


Member Function Documentation

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 11 of file news.php.


Field Documentation

$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.

Reimplemented from HTMLPurifier_URIScheme.

Definition at line 8 of file news.php.

$may_omit_host = true

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.

Reimplemented from HTMLPurifier_URIScheme.

Definition at line 9 of file news.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations