PHP Class HTMLPurifier_AttrDef_HTML_Pixels, yii

Inheritance: extends HTMLPurifier_AttrDef
Show file Open project: yiisoft/yii Class Usage Examples

Protected Properties

Property Type Description
$max

Public Methods

Method 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 method

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

make() public method

public make ( string $string ) : HTMLPurifier_AttrDef
$string string
return HTMLPurifier_AttrDef

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

$max protected property

protected $max