PHP Class HTMLPurifier_AttrDef_HTML_Bool, yii

Inheritance: extends HTMLPurifier_AttrDef
Mostrar archivo Open project: yiisoft/yii Class Usage Examples

Public Properties

Property Type Description
$minimized

Protected Properties

Property Type Description
$name

Public Methods

Method Description
__construct ( boolean $name = false )
make ( string $string ) : HTMLPurifier_AttrDef_HTML_Bool
validate ( string $string, HTMLPurifier_Config $config, HTMLPurifier_Context $context ) : boolean | string

Method Details

__construct() public method

public __construct ( boolean $name = false )
$name boolean

make() public method

public make ( string $string ) : HTMLPurifier_AttrDef_HTML_Bool
$string string Name of attribute
return HTMLPurifier_AttrDef_HTML_Bool

validate() public method

public validate ( string $string, HTMLPurifier_Config $config, HTMLPurifier_Context $context ) : boolean | string
$string string
$config HTMLPurifier_Config
$context HTMLPurifier_Context
return boolean | string

Property Details

$minimized public_oe property

public $minimized

$name protected_oe property

protected $name