PHP Class HTMLPurifier_AttrDef_HTML_Bool, yii

Inheritance: extends HTMLPurifier_AttrDef
Afficher le fichier Open project: yiisoft/yii Class Usage Examples

Méthodes publiques

Свойство Type Description
$minimized

Protected Properties

Свойство Type Description
$name

Méthodes publiques

Méthode 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 méthode

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

make() public méthode

public make ( string $string ) : HTMLPurifier_AttrDef_HTML_Bool
$string string Name of attribute
Résultat HTMLPurifier_AttrDef_HTML_Bool

validate() public méthode

public validate ( string $string, HTMLPurifier_Config $config, HTMLPurifier_Context $context ) : boolean | string
$string string
$config HTMLPurifier_Config
$context HTMLPurifier_Context
Résultat boolean | string

Property Details

$minimized public_oe property

public $minimized

$name protected_oe property

protected $name