CallTable extends DataManager
Class CallTable
DO NOT WRITE ANYTHING BELOW THIS
<<< ORMENTITYANNOTATION
Table of Contents
Methods
- createCollection() : EO_Call_Collection
- createObject() : EO_Call
- getById() : EO_Call_Result
- getByPrimary() : EO_Call_Result
- getEntity() : EO_Call_Entity
- getList() : EO_Call_Result
- getMap() : array<string|int, mixed>
- getTableName() : string
- query() : EO_Call_Query
- updateState() : bool
- Updates call state in the database. Returns true if state was changed by the update and false otherwise.
- wakeUpCollection() : EO_Call_Collection
- wakeUpObject() : EO_Call
Methods
createCollection()
public
static createCollection() : EO_Call_Collection
Return values
EO_Call_CollectioncreateObject()
public
static createObject([mixed $setDefaultValues = = 'true' ]) : EO_Call
Parameters
- $setDefaultValues : mixed = = 'true'
Return values
EO_CallgetById()
public
static getById(mixed $id) : EO_Call_Result
Parameters
- $id : mixed
Return values
EO_Call_ResultgetByPrimary()
public
static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_Call_Result
Parameters
- $primary : mixed
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_Call_ResultgetEntity()
public
static getEntity() : EO_Call_Entity
Return values
EO_Call_EntitygetList()
public
static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_Call_Result
Parameters
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_Call_ResultgetMap()
public
static getMap() : array<string|int, mixed>
Return values
array<string|int, mixed>getTableName()
public
static getTableName() : string
Return values
stringquery()
public
static query() : EO_Call_Query
Return values
EO_Call_QueryupdateState()
Updates call state in the database. Returns true if state was changed by the update and false otherwise.
public
static updateState(int $id, string $newState) : bool
Parameters
- $id : int
-
Id of the call.
- $newState : string
-
New call state
Return values
boolwakeUpCollection()
public
static wakeUpCollection(mixed $rows) : EO_Call_Collection
Parameters
- $rows : mixed
Return values
EO_Call_CollectionwakeUpObject()
public
static wakeUpObject(mixed $row) : EO_Call
Parameters
- $row : mixed