RoleTable extends DataManager
Class RoleTable
DO NOT WRITE ANYTHING BELOW THIS
<<< ORMENTITYANNOTATION
Table of Contents
Methods
- createCollection() : EO_Role_Collection
- createObject() : Role
- getById() : EO_Role_Result
- getByPrimary() : EO_Role_Result
- getEntity() : EO_Role_Entity
- getList() : EO_Role_Result
- getMap() : array<string|int, mixed>
- Returns entity map definition.
- getObjectClass() : string
- getTableName() : string
- Returns DB table name for entity.
- onBeforeDelete() : void
- query() : EO_Role_Query
- wakeUpCollection() : EO_Role_Collection
- wakeUpObject() : Role
Methods
createCollection()
public
static createCollection() : EO_Role_Collection
Return values
EO_Role_CollectioncreateObject()
public
static createObject([mixed $setDefaultValues = = 'true' ]) : Role
Parameters
- $setDefaultValues : mixed = = 'true'
Return values
RolegetById()
public
static getById(mixed $id) : EO_Role_Result
Parameters
- $id : mixed
Return values
EO_Role_ResultgetByPrimary()
public
static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_Role_Result
Parameters
- $primary : mixed
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_Role_ResultgetEntity()
public
static getEntity() : EO_Role_Entity
Return values
EO_Role_EntitygetList()
public
static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_Role_Result
Parameters
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_Role_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
stringonBeforeDelete()
public
static onBeforeDelete(Event $event) : void
Parameters
- $event : Event
query()
public
static query() : EO_Role_Query
Return values
EO_Role_QuerywakeUpCollection()
public
static wakeUpCollection(mixed $rows) : EO_Role_Collection
Parameters
- $rows : mixed
Return values
EO_Role_CollectionwakeUpObject()
public
static wakeUpObject(mixed $row) : Role
Parameters
- $row : mixed