Interface: iDBSerialization
Source Location: /int_serialization.php
Interface iDBSerialization
Methods
static void getAll(
&$db, [
$whereClause = null], [
$column = null], [
$orderBy = null], [
$detailLevel = self::TLOBJ_O_GET_DETAIL_FULL]
)
|
|
Parameters:
|
|
&$db: |
|
|
|
$whereClause: |
|
|
|
$column: |
|
|
|
$orderBy: |
|
|
|
$detailLevel: |
|
API Tags:
static void getByID(
&$db,
$id, [
$detailLevel = self::TLOBJ_O_GET_DETAIL_FULL]
)
|
|
Parameters:
API Tags:
static void getByIDs(
&$db,
$ids, [
$detailLevel = self::TLOBJ_O_GET_DETAIL_FULL]
)
|
|
Parameters:
|
|
&$db: |
|
|
|
$ids: |
|
|
|
$detailLevel: |
|
API Tags:
void deleteFromDB(
&$db
)
|
|
Parameters:
API Tags:
void readFromDB(
&$db, [
$options = self::TLOBJ_O_SEARCH_BY_ID]
)
|
|
Parameters:
API Tags:
|
|