HTMLPurifier_AttrDef_HTML_Pixels::__construct PHP 메소드

__construct() 공개 메소드

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