Cheetah
Public Member Functions | List of all members
HTMLPurifier_AttrDef_HTML_Length Class Reference
Inheritance diagram for HTMLPurifier_AttrDef_HTML_Length:
HTMLPurifier_AttrDef_HTML_Pixels HTMLPurifier_AttrDef HTMLPurifier_AttrDef_HTML_MultiLength

Public Member Functions

 validate ($string, $config, $context)
 
- Public Member Functions inherited from HTMLPurifier_AttrDef_HTML_Pixels
 __construct ($max=null)
 
 make ($string)
 
- Public Member Functions inherited from HTMLPurifier_AttrDef
 parseCDATA ($string)
 

Additional Inherited Members

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

Detailed Description

Validates the HTML type length (not to be confused with CSS's length).

This accepts integer pixels or percentages as lengths for certain HTML attributes.

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

Member Function Documentation

◆ validate()

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

Reimplemented from HTMLPurifier_AttrDef_HTML_Pixels.

Reimplemented in HTMLPurifier_AttrDef_HTML_MultiLength.

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


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