API - XOOPS 2.5.11 Beta 2
By monxoops.fr
|
Public Member Functions | |
__construct ($min=null, $max=null) | |
validate ($string, $config, $context) | |
Public Member Functions inherited from HTMLPurifier_AttrDef | |
validate ($string, $config, $context) | |
parseCDATA ($string) | |
make ($string) | |
Protected Attributes | |
$min | |
$max | |
Additional Inherited Members | |
Data Fields inherited from HTMLPurifier_AttrDef | |
$minimized = false | |
$required = false | |
Protected Member Functions inherited from HTMLPurifier_AttrDef | |
mungeRgb ($string) | |
expandCSSEscape ($string) | |
Represents a Length as defined by CSS.
__construct | ( | $min = null , |
|
$max = null |
|||
) |
HTMLPurifier_Length | string | $min | Minimum length, or null for no bound. String is also acceptable. |
HTMLPurifier_Length | string | $max | Maximum length, or null for no bound. String is also acceptable. |
validate | ( | $string, | |
$config, | |||
$context | |||
) |
string | $string | |
HTMLPurifier_Config | $config | |
HTMLPurifier_Context | $context |
Reimplemented from HTMLPurifier_AttrDef.
|
protected |
@type HTMLPurifier_Length|string
|
protected |
@type HTMLPurifier_Length|string