GroupCounterTable extends DataManager
Class GroupCounterTable
DO NOT WRITE ANYTHING BELOW THIS
<<< ORMENTITYANNOTATION
Table of Contents
Methods
- createCollection() : EO_GroupCounter_Collection
- createObject() : EO_GroupCounter
- deleteByGroupId() : bool
- Delete counters by group ID.
- deleteList() : Result
- getById() : EO_GroupCounter_Result
- getByPrimary() : EO_GroupCounter_Result
- getEntity() : EO_GroupCounter_Entity
- getList() : EO_GroupCounter_Result
- getMap() : array<string|int, mixed>
- Get map.
- getTableName() : string
- Get table name.
- query() : EO_GroupCounter_Query
- wakeUpCollection() : EO_GroupCounter_Collection
- wakeUpObject() : EO_GroupCounter
Methods
createCollection()
public
static createCollection() : EO_GroupCounter_Collection
Return values
EO_GroupCounter_CollectioncreateObject()
public
static createObject([mixed $setDefaultValues = = 'true' ]) : EO_GroupCounter
Parameters
- $setDefaultValues : mixed = = 'true'
Return values
EO_GroupCounterdeleteByGroupId()
Delete counters by group ID.
public
static deleteByGroupId(int $groupId) : bool
Parameters
- $groupId : int
-
Group ID.
Return values
booldeleteList()
public
static deleteList(array<string|int, mixed> $filter) : Result
Parameters
- $filter : array<string|int, mixed>
Tags
Return values
ResultgetById()
public
static getById(mixed $id) : EO_GroupCounter_Result
Parameters
- $id : mixed
Return values
EO_GroupCounter_ResultgetByPrimary()
public
static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_GroupCounter_Result
Parameters
- $primary : mixed
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_GroupCounter_ResultgetEntity()
public
static getEntity() : EO_GroupCounter_Entity
Return values
EO_GroupCounter_EntitygetList()
public
static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_GroupCounter_Result
Parameters
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_GroupCounter_ResultgetMap()
Get map.
public
static getMap() : array<string|int, mixed>
Return values
array<string|int, mixed>getTableName()
Get table name.
public
static getTableName() : string
Return values
stringquery()
public
static query() : EO_GroupCounter_Query
Return values
EO_GroupCounter_QuerywakeUpCollection()
public
static wakeUpCollection(mixed $rows) : EO_GroupCounter_Collection
Parameters
- $rows : mixed
Return values
EO_GroupCounter_CollectionwakeUpObject()
public
static wakeUpObject(mixed $row) : EO_GroupCounter
Parameters
- $row : mixed