CashboxTable extends DataManager
Class CashboxTable
Table of Contents
Methods
- createCollection() : EO_Cashbox_Collection
- createObject() : EO_Cashbox
- getById() : EO_Cashbox_Result
- getByPrimary() : EO_Cashbox_Result
- getEntity() : EO_Cashbox_Entity
- getList() : EO_Cashbox_Result
- getMap() : array<string|int, mixed>
- getTableName() : string
- query() : EO_Cashbox_Query
- wakeUpCollection() : EO_Cashbox_Collection
- wakeUpObject() : EO_Cashbox
Methods
createCollection()
public
static createCollection() : EO_Cashbox_Collection
Return values
EO_Cashbox_CollectioncreateObject()
public
static createObject([mixed $setDefaultValues = = 'true' ]) : EO_Cashbox
Parameters
- $setDefaultValues : mixed = = 'true'
Return values
EO_CashboxgetById()
public
static getById(mixed $id) : EO_Cashbox_Result
Parameters
- $id : mixed
Return values
EO_Cashbox_ResultgetByPrimary()
public
static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_Cashbox_Result
Parameters
- $primary : mixed
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_Cashbox_ResultgetEntity()
public
static getEntity() : EO_Cashbox_Entity
Return values
EO_Cashbox_EntitygetList()
public
static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_Cashbox_Result
Parameters
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_Cashbox_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_Cashbox_Query
Return values
EO_Cashbox_QuerywakeUpCollection()
public
static wakeUpCollection(mixed $rows) : EO_Cashbox_Collection
Parameters
- $rows : mixed
Return values
EO_Cashbox_CollectionwakeUpObject()
public
static wakeUpObject(mixed $row) : EO_Cashbox
Parameters
- $row : mixed