ThrottleTable extends DataManager
Class ThrottleTable
DO NOT WRITE ANYTHING BELOW THIS
<<< ORMENTITYANNOTATION
Table of Contents
Methods
- cleanUp() : mixed
- createCollection() : EO_Throttle_Collection
- createObject() : EO_Throttle
- getById() : EO_Throttle_Result
- getByPrimary() : EO_Throttle_Result
- getEntity() : EO_Throttle_Entity
- getList() : EO_Throttle_Result
- getMap() : array<string|int, mixed>
- Returns entity map definition.
- getTableName() : string
- Returns DB table name for entity.
- getUpdateMessages() : array<string|int, mixed>
- query() : EO_Throttle_Query
- submitUpdateMessage() : mixed
- validateInformAuthor() : array<string|int, mixed>
- Returns validators for INFORM_AUTHOR field.
- wakeUpCollection() : EO_Throttle_Collection
- wakeUpObject() : EO_Throttle
Methods
cleanUp()
public
static cleanUp() : mixed
createCollection()
public
static createCollection() : EO_Throttle_Collection
Return values
EO_Throttle_CollectioncreateObject()
public
static createObject([mixed $setDefaultValues = = 'true' ]) : EO_Throttle
Parameters
- $setDefaultValues : mixed = = 'true'
Return values
EO_ThrottlegetById()
public
static getById(mixed $id) : EO_Throttle_Result
Parameters
- $id : mixed
Return values
EO_Throttle_ResultgetByPrimary()
public
static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_Throttle_Result
Parameters
- $primary : mixed
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_Throttle_ResultgetEntity()
public
static getEntity() : EO_Throttle_Entity
Return values
EO_Throttle_EntitygetList()
public
static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_Throttle_Result
Parameters
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_Throttle_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
stringgetUpdateMessages()
public
static getUpdateMessages() : array<string|int, mixed>
Return values
array<string|int, mixed>query()
public
static query() : EO_Throttle_Query
Return values
EO_Throttle_QuerysubmitUpdateMessage()
public
static submitUpdateMessage(mixed $taskId, mixed $authorId, array<string|int, mixed> $stateOrig, array<string|int, mixed> $stateLast) : mixed
Parameters
- $taskId : mixed
- $authorId : mixed
- $stateOrig : array<string|int, mixed>
- $stateLast : array<string|int, mixed>
validateInformAuthor()
Returns validators for INFORM_AUTHOR field.
public
static validateInformAuthor() : array<string|int, mixed>
Return values
array<string|int, mixed>wakeUpCollection()
public
static wakeUpCollection(mixed $rows) : EO_Throttle_Collection
Parameters
- $rows : mixed
Return values
EO_Throttle_CollectionwakeUpObject()
public
static wakeUpObject(mixed $row) : EO_Throttle
Parameters
- $row : mixed