CallUserTable extends DataManager
Class CallUserTable
DO NOT WRITE ANYTHING BELOW THIS
<<< ORMENTITYANNOTATION
Table of Contents
Methods
- createCollection() : EO_CallUser_Collection
- createObject() : EO_CallUser
- getById() : EO_CallUser_Result
- getByPrimary() : EO_CallUser_Result
- getEntity() : EO_CallUser_Entity
- getList() : EO_CallUser_Result
- getMap() : mixed
- getTableName() : mixed
- merge() : AddResult
- Inserts new record into the table, or updates existing record, if record is already found in the table.
- query() : EO_CallUser_Query
- wakeUpCollection() : EO_CallUser_Collection
- wakeUpObject() : EO_CallUser
Methods
createCollection()
public
static createCollection() : EO_CallUser_Collection
Return values
EO_CallUser_CollectioncreateObject()
public
static createObject([mixed $setDefaultValues = = 'true' ]) : EO_CallUser
Parameters
- $setDefaultValues : mixed = = 'true'
Return values
EO_CallUsergetById()
public
static getById(mixed $id) : EO_CallUser_Result
Parameters
- $id : mixed
Return values
EO_CallUser_ResultgetByPrimary()
public
static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_CallUser_Result
Parameters
- $primary : mixed
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_CallUser_ResultgetEntity()
public
static getEntity() : EO_CallUser_Entity
Return values
EO_CallUser_EntitygetList()
public
static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_CallUser_Result
Parameters
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_CallUser_ResultgetMap()
public
static getMap() : mixed
getTableName()
public
static getTableName() : mixed
merge()
Inserts new record into the table, or updates existing record, if record is already found in the table.
public
static merge(array<string|int, mixed> $data) : AddResult
Parameters
- $data : array<string|int, mixed>
-
Record to be merged to the table.
Return values
AddResultquery()
public
static query() : EO_CallUser_Query
Return values
EO_CallUser_QuerywakeUpCollection()
public
static wakeUpCollection(mixed $rows) : EO_CallUser_Collection
Parameters
- $rows : mixed
Return values
EO_CallUser_CollectionwakeUpObject()
public
static wakeUpObject(mixed $row) : EO_CallUser
Parameters
- $row : mixed