Class HTMLPurifier_VarParser_Native
This variable parser uses PHP's internal code engine. Because it does this,
it can represent all inputs; however, it is dangerous and cannot be used by
users.
-
HTMLPurifier_VarParser
-
HTMLPurifier_VarParser_Native
Methods summary
protected
null|string
|
#
parseImplementation( mixed $var, integer $type, boolean $allow_null )
Parameters
- $var
mixed $var
- $type
integer $type
- $allow_null
boolean $allow_null
Returns
null|string
Overrides
|
protected
mixed
|
|
Constants inherited from HTMLPurifier_VarParser
ALIST,
BOOL,
FLOAT,
HASH,
INT,
ISTRING,
ITEXT,
LOOKUP,
MIXED,
STRING,
TEXT
|