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

Public Member Functions

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

Public Attributes

 $minimized = true
 
- Public Attributes inherited from HTMLPurifier_AttrDef
 $minimized = false
 
 $required = false
 

Protected Attributes

 $name
 

Additional Inherited Members

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

Detailed Description

Validates a boolean attribute

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

Constructor & Destructor Documentation

◆ __construct()

HTMLPurifier_AttrDef_HTML_Bool::__construct (   $name = false)
Parameters
bool | string$name

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

Member Function Documentation

◆ make()

HTMLPurifier_AttrDef_HTML_Bool::make (   $string)
Parameters
string$stringName of attribute
Returns
HTMLPurifier_AttrDef_HTML_Bool

Reimplemented from HTMLPurifier_AttrDef.

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

◆ validate()

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

Reimplemented from HTMLPurifier_AttrDef.

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

Member Data Documentation

◆ $minimized

HTMLPurifier_AttrDef_HTML_Bool::$minimized = true

@type bool

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

◆ $name

HTMLPurifier_AttrDef_HTML_Bool::$name
protected

@type string

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


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