XOOPS
2.6.0
|
Public Member Functions | |
cleanVar (XoopsObject $obj, $key, $quote=true) | |
getVar (XoopsObject $obj, $key, $format) | |
init () | |
Protected Attributes | |
$db | |
$ts | |
Definition at line 27 of file DtypeAbstract.php.
Xoops\Core\Kernel\Dtype\DtypeAbstract::cleanVar | ( | XoopsObject | $obj, |
$key, | |||
$quote = true |
|||
) |
XoopsObject | $obj | |
string | $key | |
bool | $quote |
Definition at line 55 of file DtypeAbstract.php.
References Xoops\db().
Xoops\Core\Kernel\Dtype\DtypeAbstract::getVar | ( | XoopsObject | $obj, |
$key, | |||
$format | |||
) |
XoopsObject | $obj | |
string | $key | |
string | $format |
Definition at line 71 of file DtypeAbstract.php.
Xoops\Core\Kernel\Dtype\DtypeAbstract::init | ( | ) |
Sets database and sanitizer for easy access
Definition at line 42 of file DtypeAbstract.php.
References Xoops\db(), Xoops\getInstance(), and MyTextSanitizer\getInstance().
|
protected |
Definition at line 32 of file DtypeAbstract.php.
|
protected |
Definition at line 37 of file DtypeAbstract.php.