HTMLPurifier_AttrDef_HTML_Pixels::__construct PHP Method

__construct() public method

public __construct ( integer $max = null )
$max integer
    public function __construct($max = null)
    {
        $this->max = $max;
    }
HTMLPurifier_AttrDef_HTML_Pixels