ResourceTable extends DataManager
Class ResourceTable
DO NOT WRITE ANYTHING BELOW THIS
<<< ORMENTITYANNOTATION
Table of Contents
Methods
- createCollection() : EO_Resource_Collection
- createObject() : EO_Resource
- getById() : EO_Resource_Result
- getByPrimary() : EO_Resource_Result
- getEntity() : EO_Resource_Entity
- getList() : EO_Resource_Result
- getMap() : array<string|int, mixed>
- getTableName() : string
- query() : EO_Resource_Query
- wakeUpCollection() : EO_Resource_Collection
- wakeUpObject() : EO_Resource
Methods
createCollection()
public
static createCollection() : EO_Resource_Collection
Return values
EO_Resource_CollectioncreateObject()
public
static createObject([mixed $setDefaultValues = = 'true' ]) : EO_Resource
Parameters
- $setDefaultValues : mixed = = 'true'
Return values
EO_ResourcegetById()
public
static getById(mixed $id) : EO_Resource_Result
Parameters
- $id : mixed
Return values
EO_Resource_ResultgetByPrimary()
public
static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_Resource_Result
Parameters
- $primary : mixed
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_Resource_ResultgetEntity()
public
static getEntity() : EO_Resource_Entity
Return values
EO_Resource_EntitygetList()
public
static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_Resource_Result
Parameters
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_Resource_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_Resource_Query
Return values
EO_Resource_QuerywakeUpCollection()
public
static wakeUpCollection(mixed $rows) : EO_Resource_Collection
Parameters
- $rows : mixed
Return values
EO_Resource_CollectionwakeUpObject()
public
static wakeUpObject(mixed $row) : EO_Resource
Parameters
- $row : mixed