![]() |
XOOPS API 2.5.11 Beta1
UI v0.5
Réalisé par monxoops.fr
|
Fonctions membres protégées | |
parseImplementation ($var, $type, $allow_null) | |
![]() | |
error ($msg) | |
errorInconsistent ($class, $type) | |
errorGeneric ($var, $type) | |
Membres hérités additionnels | |
![]() | |
parse ($var, $type, $allow_null=false) | |
![]() | |
static | getTypeName ($type) |
![]() | |
const | C_STRING = 1 |
const | ISTRING = 2 |
const | TEXT = 3 |
const | ITEXT = 4 |
const | C_INT = 5 |
const | C_FLOAT = 6 |
const | C_BOOL = 7 |
const | LOOKUP = 8 |
const | ALIST = 9 |
const | HASH = 10 |
const | C_MIXED = 11 |
![]() | |
static | $types |
static | $stringTypes |
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.
|
protected |
mixed | $var | |
int | $type | |
bool | $allow_null |
HTMLPurifier_VarParserException |
Réimplémentée à partir de HTMLPurifier_VarParser.