Cheetah
|
Public Member Functions | |
__construct ($name=false) | |
validate ($string, $config, $context) | |
make ($string) | |
![]() | |
parseCDATA ($string) | |
Public Attributes | |
$minimized = true | |
![]() | |
$minimized = false | |
$required = false | |
Protected Attributes | |
$name | |
Additional Inherited Members | |
![]() | |
mungeRgb ($string) | |
expandCSSEscape ($string) | |
Validates a boolean attribute
Definition at line 12639 of file HTMLPurifier.standalone.php.
HTMLPurifier_AttrDef_HTML_Bool::__construct | ( | $name = false | ) |
bool | string | $name |
Definition at line 12655 of file HTMLPurifier.standalone.php.
HTMLPurifier_AttrDef_HTML_Bool::make | ( | $string | ) |
string | $string | Name of attribute |
Reimplemented from HTMLPurifier_AttrDef.
Definition at line 12675 of file HTMLPurifier.standalone.php.
HTMLPurifier_AttrDef_HTML_Bool::validate | ( | $string, | |
$config, | |||
$context | |||
) |
string | $string | |
HTMLPurifier_Config | $config | |
HTMLPurifier_Context | $context |
Reimplemented from HTMLPurifier_AttrDef.
Definition at line 12666 of file HTMLPurifier.standalone.php.
HTMLPurifier_AttrDef_HTML_Bool::$minimized = true |
@type bool
Definition at line 12650 of file HTMLPurifier.standalone.php.
|
protected |
@type string
Definition at line 12645 of file HTMLPurifier.standalone.php.