RoleIndustryTable extends DataManager
Class RoleIndustryTable
DO NOT WRITE ANYTHING BELOW THIS
<<< ORMENTITYANNOTATION
Table of Contents
Methods
- createCollection() : EO_RoleIndustry_Collection
- createObject() : RoleIndustry
- getById() : EO_RoleIndustry_Result
- getByPrimary() : EO_RoleIndustry_Result
- getEntity() : EO_RoleIndustry_Entity
- getList() : EO_RoleIndustry_Result
- getMap() : array<string|int, mixed>
- Returns entity map definition.
- getObjectClass() : string
- getTableName() : string
- Returns DB table name for entity.
- query() : EO_RoleIndustry_Query
- wakeUpCollection() : EO_RoleIndustry_Collection
- wakeUpObject() : RoleIndustry
Methods
createCollection()
public
static createCollection() : EO_RoleIndustry_Collection
Return values
EO_RoleIndustry_CollectioncreateObject()
public
static createObject([mixed $setDefaultValues = = 'true' ]) : RoleIndustry
Parameters
- $setDefaultValues : mixed = = 'true'
Return values
RoleIndustrygetById()
public
static getById(mixed $id) : EO_RoleIndustry_Result
Parameters
- $id : mixed
Return values
EO_RoleIndustry_ResultgetByPrimary()
public
static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_RoleIndustry_Result
Parameters
- $primary : mixed
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_RoleIndustry_ResultgetEntity()
public
static getEntity() : EO_RoleIndustry_Entity
Return values
EO_RoleIndustry_EntitygetList()
public
static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_RoleIndustry_Result
Parameters
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_RoleIndustry_ResultgetMap()
Returns entity map definition.
public
static getMap() : array<string|int, mixed>
Return values
array<string|int, mixed>getObjectClass()
public
static getObjectClass() : string
Return values
stringgetTableName()
Returns DB table name for entity.
public
static getTableName() : string
Return values
stringquery()
public
static query() : EO_RoleIndustry_Query
Return values
EO_RoleIndustry_QuerywakeUpCollection()
public
static wakeUpCollection(mixed $rows) : EO_RoleIndustry_Collection
Parameters
- $rows : mixed
Return values
EO_RoleIndustry_CollectionwakeUpObject()
public
static wakeUpObject(mixed $row) : RoleIndustry
Parameters
- $row : mixed