XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
HTMLPurifier_AttrDef_CSS_Font Class Reference
Inheritance diagram for HTMLPurifier_AttrDef_CSS_Font:
Inheritance graph

Public Member Functions

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

Protected Attributes

 $info = array()
 

Additional Inherited Members

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

Detailed Description

Validates shorthand CSS property font.

Definition at line 6 of file Font.php.

Constructor & Destructor Documentation

HTMLPurifier_AttrDef_CSS_Font::__construct (   $config)

Definition at line 19 of file Font.php.

References $config.

Member Function Documentation

HTMLPurifier_AttrDef_CSS_Font::validate (   $string,
  $config,
  $context 
)

Definition at line 29 of file Font.php.

References $config, $i, $j, and HTMLPurifier_AttrDef\parseCDATA().

Here is the call graph for this function:

Member Data Documentation

HTMLPurifier_AttrDef_CSS_Font::$info = array()
protected

Local copy of component validators.

Note
If we moved specific CSS property definitions to their own classes instead of having them be assembled at run time by CSSDefinition, this wouldn't be necessary. We'd instantiate our own copies.

Definition at line 17 of file Font.php.


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