XOOPS  2.6.0
Xoops\Core\Kernel\Dtype\DtypeAbstract Class Reference
Inheritance diagram for Xoops\Core\Kernel\Dtype\DtypeAbstract:
Inheritance graph

Public Member Functions

 cleanVar (XoopsObject $obj, $key, $quote=true)
 
 getVar (XoopsObject $obj, $key, $format)
 
 init ()
 

Protected Attributes

 $db
 
 $ts
 

Detailed Description

Definition at line 27 of file DtypeAbstract.php.

Member Function Documentation

Xoops\Core\Kernel\Dtype\DtypeAbstract::cleanVar ( XoopsObject  $obj,
  $key,
  $quote = true 
)
Parameters
XoopsObject$obj
string$key
bool$quote
Returns
mixed

Definition at line 55 of file DtypeAbstract.php.

References Xoops\db().

Here is the call graph for this function:

Xoops\Core\Kernel\Dtype\DtypeAbstract::getVar ( XoopsObject  $obj,
  $key,
  $format 
)
Parameters
XoopsObject$obj
string$key
string$format
Returns
mixed

Definition at line 71 of file DtypeAbstract.php.

References $i, $op, and $options.

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().

Here is the call graph for this function:

Member Data Documentation

Xoops\Core\Kernel\Dtype\DtypeAbstract::$db
protected

Definition at line 32 of file DtypeAbstract.php.

Xoops\Core\Kernel\Dtype\DtypeAbstract::$ts
protected

Definition at line 37 of file DtypeAbstract.php.


The documentation for this class was generated from the following file: