Cheetah
|
Public Member Functions | |
doValidate (&$uri, $config, $context) | |
![]() | |
validate (&$uri, $config, $context) | |
Public Attributes | |
$browsable = false | |
$may_omit_host = true | |
![]() | |
$default_port = null | |
$browsable = false | |
$secure = false | |
$hierarchical = false | |
$may_omit_host = false | |
Validates mailto (for E-mail) according to RFC 2368
Definition at line 22269 of file HTMLPurifier.standalone.php.
HTMLPurifier_URIScheme_mailto::doValidate | ( | & | $uri, |
$config, | |||
$context | |||
) |
HTMLPurifier_URI | $uri | |
HTMLPurifier_Config | $config | |
HTMLPurifier_Context | $context |
Reimplemented from HTMLPurifier_URIScheme.
Definition at line 22287 of file HTMLPurifier.standalone.php.
HTMLPurifier_URIScheme_mailto::$browsable = false |
@type bool
Definition at line 22274 of file HTMLPurifier.standalone.php.
HTMLPurifier_URIScheme_mailto::$may_omit_host = true |
@type bool
Definition at line 22279 of file HTMLPurifier.standalone.php.