Cheetah
Public Member Functions | Protected Attributes | List of all members
HTMLPurifier_AttrDef_Switch Class Reference

Public Member Functions

 __construct ($tag, $with_tag, $without_tag)
 
 validate ($string, $config, $context)
 

Protected Attributes

 $tag
 
 $withTag
 
 $withoutTag
 

Detailed Description

Decorator that, depending on a token, switches between two definitions.

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

Constructor & Destructor Documentation

◆ __construct()

HTMLPurifier_AttrDef_Switch::__construct (   $tag,
  $with_tag,
  $without_tag 
)
Parameters
string$tagTag name to switch upon
HTMLPurifier_AttrDef$with_tagCall if token matches tag
HTMLPurifier_AttrDef$without_tagCall if token doesn't match, or there is no token

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

Member Function Documentation

◆ validate()

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

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

Member Data Documentation

◆ $tag

HTMLPurifier_AttrDef_Switch::$tag
protected

@type string

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

◆ $withoutTag

HTMLPurifier_AttrDef_Switch::$withoutTag
protected

@type HTMLPurifier_AttrDef

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

◆ $withTag

HTMLPurifier_AttrDef_Switch::$withTag
protected

@type HTMLPurifier_AttrDef

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


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