ILIAS
Release_4_0_x_branch Revision 61816
|
Validates nntp (Network News Transfer Protocol) as defined by generic RFC 1738. More...
Public Member Functions | |
validate (&$uri, $config, $context) | |
Validates the components of a URI. |
Data Fields | |
$default_port = 119 | |
$browsable = false | |
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. | |
$hierarchical = false | |
Whether or not the URI always uses <hier_part>, resolves edge cases with making relative URIs absolute. |
Validates nntp (Network News Transfer Protocol) as defined by generic RFC 1738.
HTMLPurifier_URIScheme_nntp::validate | ( | & | $uri, |
$config, | |||
$context | |||
) |
Validates the components of a URI.
$uri | Instance of HTMLPurifier_URI |
$config | HTMLPurifier_Config object |
$context | HTMLPurifier_Context object |
Reimplemented from HTMLPurifier_URIScheme.
Definition at line 11 of file nntp.php.
References $config.