LegalLogTable extends DataManager
FinalYes
Class LegalLogTable
DO NOT WRITE ANYTHING BELOW THIS
<<< ORMENTITYANNOTATION
Table of Contents
Methods
- createCollection() : LegalLogCollection
- createObject() : LegalLog
- getById() : EO_LegalLog_Result
- getByPrimary() : EO_LegalLog_Result
- getCollectionClass() : string
- getEntity() : EO_LegalLog_Entity
- getList() : EO_LegalLog_Result
- getMap() : array<string|int, mixed>
- getObjectClass() : string
- getTableName() : string
- query() : EO_LegalLog_Query
- wakeUpCollection() : LegalLogCollection
- wakeUpObject() : LegalLog
Methods
createCollection()
public
static createCollection() : LegalLogCollection
Return values
LegalLogCollectioncreateObject()
public
static createObject([mixed $setDefaultValues = = 'true' ]) : LegalLog
Parameters
- $setDefaultValues : mixed = = 'true'
Return values
LegalLoggetById()
public
static getById(mixed $id) : EO_LegalLog_Result
Parameters
- $id : mixed
Return values
EO_LegalLog_ResultgetByPrimary()
public
static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_LegalLog_Result
Parameters
- $primary : mixed
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_LegalLog_ResultgetCollectionClass()
public
static getCollectionClass() : string
Return values
stringgetEntity()
public
static getEntity() : EO_LegalLog_Entity
Return values
EO_LegalLog_EntitygetList()
public
static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_LegalLog_Result
Parameters
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_LegalLog_ResultgetMap()
public
static getMap() : array<string|int, mixed>
Return values
array<string|int, mixed>getObjectClass()
public
static getObjectClass() : string
Return values
stringgetTableName()
public
static getTableName() : string
Return values
stringquery()
public
static query() : EO_LegalLog_Query
Return values
EO_LegalLog_QuerywakeUpCollection()
public
static wakeUpCollection(mixed $rows) : LegalLogCollection
Parameters
- $rows : mixed
Return values
LegalLogCollectionwakeUpObject()
public
static wakeUpObject(mixed $row) : LegalLog
Parameters
- $row : mixed