TimerTable extends DataManager
Class TimerTable
DO NOT WRITE ANYTHING BELOW THIS
<<< ORMENTITYANNOTATION
Table of Contents
Methods
- createCollection() : EO_Timer_Collection
- createObject() : EO_Timer
- getById() : EO_Timer_Result
- getByPrimary() : EO_Timer_Result
- getClass() : static
- getEntity() : EO_Timer_Entity
- getList() : EO_Timer_Result
- getMap() : array<string|int, mixed>
- Returns entity map definition.
- getTableName() : string
- Returns DB table name for entity.
- query() : EO_Timer_Query
- wakeUpCollection() : EO_Timer_Collection
- wakeUpObject() : EO_Timer
Methods
createCollection()
public
static createCollection() : EO_Timer_Collection
Return values
EO_Timer_CollectioncreateObject()
public
static createObject([mixed $setDefaultValues = = 'true' ]) : EO_Timer
Parameters
- $setDefaultValues : mixed = = 'true'
Return values
EO_TimergetById()
public
static getById(mixed $id) : EO_Timer_Result
Parameters
- $id : mixed
Return values
EO_Timer_ResultgetByPrimary()
public
static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_Timer_Result
Parameters
- $primary : mixed
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_Timer_ResultgetClass()
public
static getClass() : static
Return values
staticgetEntity()
public
static getEntity() : EO_Timer_Entity
Return values
EO_Timer_EntitygetList()
public
static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_Timer_Result
Parameters
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_Timer_ResultgetMap()
Returns entity map definition.
public
static getMap() : array<string|int, mixed>
Return values
array<string|int, mixed>getTableName()
Returns DB table name for entity.
public
static getTableName() : string
Return values
stringquery()
public
static query() : EO_Timer_Query
Return values
EO_Timer_QuerywakeUpCollection()
public
static wakeUpCollection(mixed $rows) : EO_Timer_Collection
Parameters
- $rows : mixed
Return values
EO_Timer_CollectionwakeUpObject()
public
static wakeUpObject(mixed $row) : EO_Timer
Parameters
- $row : mixed