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

Fonctions membres publiques

 __construct ($negative=true, $zero=true, $positive=true)
 
 validate ($integer, $config, $context)
 
- Fonctions membres publiques hérités de HTMLPurifier_AttrDef
 parseCDATA ($string)
 
 make ($string)
 

Attributs protégés

 $negative = true
 
 $zero = true
 
 $positive = true
 

Membres hérités additionnels

- Champs de données hérités de HTMLPurifier_AttrDef
 $minimized = false
 
 $required = false
 
- Fonctions membres protégées hérités de HTMLPurifier_AttrDef
 mungeRgb ($string)
 
 expandCSSEscape ($string)
 

Description détaillée

Validates an integer.

Note
While this class was modeled off the CSS definition, no currently allowed CSS uses this type. The properties that do are: widows, orphans, z-index, counter-increment, counter-reset. Some of the HTML attributes, however, find use for a non-negative version of this.

Documentation des constructeurs et destructeur

◆ __construct()

__construct (   $negative = true,
  $zero = true,
  $positive = true 
)
Paramètres
$negativeBool indicating whether or not negative values are allowed
$zeroBool indicating whether or not zero is allowed
$positiveBool indicating whether or not positive values are allowed

Documentation des fonctions membres

◆ validate()

validate (   $integer,
  $config,
  $context 
)
Paramètres
string$integer
HTMLPurifier_Config$config
HTMLPurifier_Context$context
Renvoie
bool|string

Réimplémentée à partir de HTMLPurifier_AttrDef.

+ Voici le graphe d'appel pour cette fonction :

Documentation des champs

◆ $negative

$negative = true
protected

Whether or not negative values are allowed. @type bool

◆ $positive

$positive = true
protected

Whether or not positive values are allowed. @type bool

◆ $zero

$zero = true
protected

Whether or not zero is allowed. @type bool


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