Cheetah
Public Member Functions | Protected Attributes | List of all members
HTMLPurifier_AttrDef_Integer Class Reference
Inheritance diagram for HTMLPurifier_AttrDef_Integer:
HTMLPurifier_AttrDef

Public Member Functions

 __construct ($negative=true, $zero=true, $positive=true)
 
 validate ($integer, $config, $context)
 
- Public Member Functions inherited from HTMLPurifier_AttrDef
 parseCDATA ($string)
 
 make ($string)
 

Protected Attributes

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

Additional Inherited Members

- Public Attributes inherited from HTMLPurifier_AttrDef
 $minimized = false
 
 $required = false
 
- Protected Member Functions inherited from HTMLPurifier_AttrDef
 mungeRgb ($string)
 
 expandCSSEscape ($string)
 

Detailed Description

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.

Definition at line 10565 of file HTMLPurifier.standalone.php.

Constructor & Destructor Documentation

◆ __construct()

HTMLPurifier_AttrDef_Integer::__construct (   $negative = true,
  $zero = true,
  $positive = true 
)
Parameters
$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

Definition at line 10591 of file HTMLPurifier.standalone.php.

Member Function Documentation

◆ validate()

HTMLPurifier_AttrDef_Integer::validate (   $integer,
  $config,
  $context 
)
Parameters
string$integer
HTMLPurifier_Config$config
HTMLPurifier_Context$context
Returns
bool|string

Reimplemented from HTMLPurifier_AttrDef.

Definition at line 10604 of file HTMLPurifier.standalone.php.

Member Data Documentation

◆ $negative

HTMLPurifier_AttrDef_Integer::$negative = true
protected

Whether or not negative values are allowed. @type bool

Definition at line 10572 of file HTMLPurifier.standalone.php.

◆ $positive

HTMLPurifier_AttrDef_Integer::$positive = true
protected

Whether or not positive values are allowed. @type bool

Definition at line 10584 of file HTMLPurifier.standalone.php.

◆ $zero

HTMLPurifier_AttrDef_Integer::$zero = true
protected

Whether or not zero is allowed. @type bool

Definition at line 10578 of file HTMLPurifier.standalone.php.


The documentation for this class was generated from the following file: