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

Public Member Functions

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

Protected Attributes

 $info
 

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 shorthand CSS property background.

Warning
Does not support url tokens that have internal spaces.

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

Constructor & Destructor Documentation

◆ __construct()

HTMLPurifier_AttrDef_CSS_Background::__construct (   $config)
Parameters
HTMLPurifier_Config$config

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

Member Function Documentation

◆ validate()

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

Reimplemented from HTMLPurifier_AttrDef.

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

Member Data Documentation

◆ $info

HTMLPurifier_AttrDef_CSS_Background::$info
protected

Local copy of component validators. @type HTMLPurifier_AttrDef[]

Note
See HTMLPurifier_AttrDef_Font::$info for a similar impl.

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


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