LogTable extends DataManager
Class LogTable
Table of Contents
Methods
- createCollection() : EO_Log_Collection
- createObject() : EO_Log
- getById() : EO_Log_Result
- getByPrimary() : EO_Log_Result
- getCurrentDate() : mixed
- getEntity() : EO_Log_Entity
- getList() : EO_Log_Result
- getMap() : array<string|int, mixed>
- Returns entity map definition.
- getTableName() : string
- Returns DB table name for entity.
- query() : EO_Log_Query
- validateString() : mixed
- wakeUpCollection() : EO_Log_Collection
- wakeUpObject() : EO_Log
Methods
createCollection()
public
static createCollection() : EO_Log_Collection
Return values
EO_Log_CollectioncreateObject()
public
static createObject([mixed $setDefaultValues = = 'true' ]) : EO_Log
Parameters
- $setDefaultValues : mixed = = 'true'
Return values
EO_LoggetById()
public
static getById(mixed $id) : EO_Log_Result
Parameters
- $id : mixed
Return values
EO_Log_ResultgetByPrimary()
public
static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_Log_Result
Parameters
- $primary : mixed
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_Log_ResultgetCurrentDate()
public
static getCurrentDate() : mixed
getEntity()
public
static getEntity() : EO_Log_Entity
Return values
EO_Log_EntitygetList()
public
static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_Log_Result
Parameters
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_Log_ResultgetMap()
Returns entity map definition.
public
static getMap() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>getTableName()
Returns DB table name for entity.
public
static getTableName() : string
Return values
stringquery()
public
static query() : EO_Log_Query
Return values
EO_Log_QueryvalidateString()
public
static validateString() : mixed
wakeUpCollection()
public
static wakeUpCollection(mixed $rows) : EO_Log_Collection
Parameters
- $rows : mixed
Return values
EO_Log_CollectionwakeUpObject()
public
static wakeUpObject(mixed $row) : EO_Log
Parameters
- $row : mixed