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

Public Member Functions

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

Protected Attributes

 $max
 

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 representation of pixels according to the HTML spec.

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

Constructor & Destructor Documentation

◆ __construct()

HTMLPurifier_AttrDef_HTML_Pixels::__construct (   $max = null)
Parameters
int$max

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

Member Function Documentation

◆ make()

HTMLPurifier_AttrDef_HTML_Pixels::make (   $string)
Parameters
string$string
Returns
HTMLPurifier_AttrDef

Reimplemented from HTMLPurifier_AttrDef.

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

◆ validate()

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

Reimplemented from HTMLPurifier_AttrDef.

Reimplemented in HTMLPurifier_AttrDef_HTML_MultiLength, and HTMLPurifier_AttrDef_HTML_Length.

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

Member Data Documentation

◆ $max

HTMLPurifier_AttrDef_HTML_Pixels::$max
protected

@type int

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


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