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

Public Member Functions

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

Public Attributes

 $def
 
 $element
 
- Public Attributes inherited from HTMLPurifier_AttrDef
 $minimized = false
 
 $required = false
 

Additional Inherited Members

- Protected Member Functions inherited from HTMLPurifier_AttrDef
 expandCSSEscape ($string)
 
 mungeRgb ($string)
 

Detailed Description

Decorator which enables CSS properties to be disabled for specific elements.

Definition at line 6 of file DenyElementDecorator.php.

Constructor & Destructor Documentation

HTMLPurifier_AttrDef_CSS_DenyElementDecorator::__construct (   $def,
  $element 
)
Parameters
$defDefinition to wrap
$elementElement to deny

Definition at line 14 of file DenyElementDecorator.php.

References $def, and $element.

Member Function Documentation

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

Checks if CurrentToken is set and equal to $this->element

Definition at line 21 of file DenyElementDecorator.php.

References $config, and $token.

Member Data Documentation

HTMLPurifier_AttrDef_CSS_DenyElementDecorator::$def

Definition at line 8 of file DenyElementDecorator.php.

Referenced by __construct().

HTMLPurifier_AttrDef_CSS_DenyElementDecorator::$element

Definition at line 8 of file DenyElementDecorator.php.

Referenced by __construct().


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