extends |
HTMLPurifier_VarParser |
|---|
Performs safe variable parsing based on types which can be used by users. This may not be able to represent all possible data inputs, however.
| Methods | ||||
|---|---|---|---|---|
protected
|
parseImplementation(mixed $var, int $type, bool $allow_null): array|bool|float|int|mixed|null|string
Actually implements the parsing. Base implementation does not
do anything to $var. Subclasses should overload this!
Actually implements the parsing. Base implementation does not do anything to $var. Subclasses should overload this! Throws
Overrides |
# | ||
| Methods inherited from HTMLPurifier_VarParser |
|---|
parse(), error(), errorInconsistent(), errorGeneric(), getTypeName() |
| Constants inherited from HTMLPurifier_VarParser |
|---|
|
| Properties inherited from HTMLPurifier_VarParser |
|---|
$types, $stringTypes |