TypeTable extends DataManager
Class TypeTable
DO NOT WRITE ANYTHING BELOW THIS
<<< ORMENTITYANNOTATION
Table of Contents
Methods
- add() : mixed
- createCollection() : EO_Type_Collection
- createObject() : EO_Type
- delete() : mixed
- getById() : EO_Type_Result
- getByPrimary() : EO_Type_Result
- getEntity() : EO_Type_Entity
- getFilePath() : mixed
- getList() : EO_Type_Result
- getMap() : mixed
- getTableName() : mixed
- query() : EO_Type_Query
- update() : mixed
- wakeUpCollection() : EO_Type_Collection
- wakeUpObject() : EO_Type
Methods
add()
public
static add(array<string|int, mixed> $data) : mixed
Parameters
- $data : array<string|int, mixed>
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_Typedelete()
public
static delete(mixed $primary) : mixed
Parameters
- $primary : mixed
getById()
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_EntitygetFilePath()
public
static getFilePath() : mixed
getList()
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() : mixed
getTableName()
public
static getTableName() : mixed
query()
public
static query() : EO_Type_Query
Return values
EO_Type_Queryupdate()
public
static update(mixed $primary, array<string|int, mixed> $data) : mixed
Parameters
- $primary : mixed
- $data : array<string|int, mixed>
wakeUpCollection()
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