XOOPS API 2.5.11 Beta1  UI v0.5
Réalisé par monxoops.fr
Référence de la classe HTMLPurifier_URIScheme
+ Graphe d'héritage de HTMLPurifier_URIScheme:

Fonctions membres publiques

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

Champs de données

 $default_port = null
 
 $browsable = false
 
 $secure = false
 
 $hierarchical = false
 
 $may_omit_host = false
 

Description détaillée

Validator for the components of a URI for a specific scheme

Documentation des fonctions membres

◆ doValidate()

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

Validates the components of a URI for a specific scheme.

Paramètres
HTMLPurifier_URI$uriReference to a HTMLPurifier_URI object
HTMLPurifier_Config$config
HTMLPurifier_Context$context
Renvoie
bool success or failure

Réimplémentée dans HTMLPurifier_URIScheme_data, HTMLPurifier_URIScheme_file, HTMLPurifier_URIScheme_mailto, HTMLPurifier_URIScheme_tel, HTMLPurifier_URIScheme_ftp, HTMLPurifier_URIScheme_http, HTMLPurifier_URIScheme_news, et HTMLPurifier_URIScheme_nntp.

+ Voici le graphe des appelants de cette fonction :

◆ validate()

validate ( $uri,
  $config,
  $context 
)

Public interface for validating components of a URI. Performs a bunch of default actions. Don't overload this method.

Paramètres
HTMLPurifier_URI$uriReference to a HTMLPurifier_URI object
HTMLPurifier_Config$config
HTMLPurifier_Context$context
Renvoie
bool success or failure
+ Voici le graphe d'appel pour cette fonction :

Documentation des champs

◆ $browsable

$browsable = false

Whether or not URIs of this scheme are locatable by a browser http and ftp are accessible, while mailto and news are not. @type bool

◆ $default_port

$default_port = null

Scheme's default port (integer). If an explicit port number is specified that coincides with the default port, it will be elided. @type int

◆ $hierarchical

$hierarchical = false

Whether or not the URI always uses <hier_part>, resolves edge cases with making relative URIs absolute @type bool

◆ $may_omit_host

$may_omit_host = false

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

◆ $secure

$secure = false

Whether or not data transmitted over this scheme is encrypted. https is secure, http is not. @type bool


La documentation de cette classe a été générée à partir du fichier suivant :