TypeTable extends DataManager
Class TypeTable
DO NOT WRITE ANYTHING BELOW THIS
<<< ORMENTITYANNOTATION
Table of Contents
Methods
- createCollection() : EO_Type_Collection
- createObject() : EO_Type
- getById() : EO_Type_Result
- getByPrimary() : EO_Type_Result
- getEntity() : EO_Type_Entity
- getList() : EO_Type_Result
- getMap() : array<string|int, mixed>
- getTableName() : mixed
- query() : EO_Type_Query
- wakeUpCollection() : EO_Type_Collection
- wakeUpObject() : EO_Type
Methods
createCollection()
public
static createCollection() : EO_Type_Collection
Return values
EO_Type_CollectioncreateObject()
public
static createObject([mixed $setDefaultValues = = 'true' ]) : EO_Type
Parameters
- $setDefaultValues : mixed = = 'true'
Return values
EO_TypegetById()
public
static getById(mixed $id) : EO_Type_Result
Parameters
- $id : mixed
Return values
EO_Type_ResultgetByPrimary()
public
static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_Type_Result
Parameters
- $primary : mixed
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_Type_ResultgetEntity()
public
static getEntity() : EO_Type_Entity
Return values
EO_Type_EntitygetList()
public
static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_Type_Result
Parameters
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_Type_ResultgetMap()
public
static getMap() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>getTableName()
public
static getTableName() : mixed
query()
public
static query() : EO_Type_Query
Return values
EO_Type_QuerywakeUpCollection()
public
static wakeUpCollection(mixed $rows) : EO_Type_Collection
Parameters
- $rows : mixed
Return values
EO_Type_CollectionwakeUpObject()
public
static wakeUpObject(mixed $row) : EO_Type
Parameters
- $row : mixed