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

Public Member Functions

 __construct ($non_negative=false)
 
 validate ($number, $config, $context)
 
- Public Member Functions inherited from HTMLPurifier_AttrDef
 parseCDATA ($string)
 
 make ($string)
 

Protected Attributes

 $non_negative = false
 

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 a number as defined by the CSS spec.

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

Constructor & Destructor Documentation

◆ __construct()

HTMLPurifier_AttrDef_CSS_Number::__construct (   $non_negative = false)
Parameters
bool$non_negativeindicates whether negatives are forbidden

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

Member Function Documentation

◆ validate()

HTMLPurifier_AttrDef_CSS_Number::validate (   $number,
  $config,
  $context 
)
Parameters
string$number
HTMLPurifier_Config$config
HTMLPurifier_Context$context
Returns
string|bool
Warning
Some contexts do not pass $config, $context. These variables should not be used without checking HTMLPurifier_Length

Reimplemented from HTMLPurifier_AttrDef.

Reimplemented in HTMLPurifier_AttrDef_CSS_AlphaValue.

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

Member Data Documentation

◆ $non_negative

HTMLPurifier_AttrDef_CSS_Number::$non_negative = false
protected

Indicates whether or not only positive values are allowed. @type bool

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


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