Class HTMLPurifier_AttrDef_HTML_Bool
Inheritance | HTMLPurifier_AttrDef_HTML_Bool » HTMLPurifier_AttrDef |
---|
Validates a boolean attribute
Public Properties
Property | Type | Description | Defined By |
---|---|---|---|
$minimized | HTMLPurifier_AttrDef_HTML_Bool | ||
$required | Tells us whether or not an HTML attribute is required. | HTMLPurifier_AttrDef |
Protected Properties
Property | Type | Description | Defined By |
---|---|---|---|
$name | HTMLPurifier_AttrDef_HTML_Bool |
Public Methods
Method | Description | Defined By |
---|---|---|
__construct() | HTMLPurifier_AttrDef_HTML_Bool | |
make() | HTMLPurifier_AttrDef_HTML_Bool | |
parseCDATA() | Convenience method that parses a string as if it were CDATA. | HTMLPurifier_AttrDef |
validate() | HTMLPurifier_AttrDef_HTML_Bool |
Protected Methods
Method | Description | Defined By |
---|---|---|
expandCSSEscape() | Parses a possibly escaped CSS string and returns the "pure" version of it. | HTMLPurifier_AttrDef |
mungeRgb() | Removes spaces from rgb(0, 0, 0) so that shorthand CSS properties work properly. THIS IS A HACK! | HTMLPurifier_AttrDef |
Property Details
Method Details
public void __construct ( $name = false ) | ||
$name | bool |
public HTMLPurifier_AttrDef_HTML_Bool make ( $string ) | ||
$string | string | Name of attribute |
public bool|string validate ( $string, $config, $context ) | ||
$string | string | |
$config | HTMLPurifier_Config | |
$context | HTMLPurifier_Context |