PHP Class HTMLPurifier_AttrDef_HTML_Pixels, yii

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

Protected Properties

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

Méthodes publiques

Méthode Description
__construct ( integer $max = null )
make ( string $string ) : HTMLPurifier_AttrDef
validate ( string $string, HTMLPurifier_Config $config, HTMLPurifier_Context $context ) : boolean | string

Method Details

__construct() public méthode

public __construct ( integer $max = null )
$max integer

make() public méthode

public make ( string $string ) : HTMLPurifier_AttrDef
$string string
Résultat HTMLPurifier_AttrDef

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

$max protected_oe property

protected $max